Skip to content

Commit 3444328

Browse files
authored
Update composer.json
1 parent c1ac859 commit 3444328

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@
1010
"email": "info@api-postcode.nl"
1111
}
1212
],
13+
"extra": {
14+
"laravel": {
15+
"providers": [
16+
"ApiPostcode\\ApiPostcodeServiceProvider"
17+
],
18+
"aliases": {
19+
"Postcode": "ApiPostcode\\Facade\\Postcode"
20+
}
21+
}
22+
},
1323
"require": {
1424
"php": ">=5.5.9",
15-
"illuminate/support": "^5.1|^6|^7|^8",
25+
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0",
1626
"api-postcode/php-client": "^1.0"
1727
},
1828
"autoload": {

0 commit comments

Comments
 (0)