Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivella authored Nov 30, 2021
1 parent c1ac859 commit 3444328
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@
"email": "[email protected]"
}
],
"extra": {
"laravel": {
"providers": [
"ApiPostcode\\ApiPostcodeServiceProvider"
],
"aliases": {
"Postcode": "ApiPostcode\\Facade\\Postcode"
}
}
},
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.1|^6|^7|^8",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"api-postcode/php-client": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 3444328

Please sign in to comment.