Skip to content

Commit 63ec738

Browse files
Merge pull request #10 from hexadog/develop
feat(composer): add Laravel 9 support
2 parents ecfbbee + 9ead653 commit 63ec738

File tree

2 files changed

+2314
-1297
lines changed

2 files changed

+2314
-1297
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
],
1515
"minimum-stability": "stable",
1616
"require": {
17-
"illuminate/routing": "^7.0|^8.0",
18-
"illuminate/support": "^7.0|^8.0",
19-
"illuminate/view": "^7.0|^8.0"
17+
"illuminate/routing": "^7.0|^8.0|^9.0",
18+
"illuminate/support": "^7.0|^8.0|^9.0",
19+
"illuminate/view": "^7.0|^8.0|^9.0"
2020
},
2121
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "^2.18",
23-
"squizlabs/php_codesniffer": "3.*",
22+
"friendsofphp/php-cs-fixer": "^3.1",
2423
"phpunit/phpunit": "^7.0|^8.0|^9.0",
25-
"orchestra/testbench": "~5.2"
24+
"orchestra/testbench": "~5.2|^7.1"
2625
},
2726
"autoload": {
2827
"psr-4": {
@@ -48,4 +47,4 @@
4847
"check-style": "vendor/bin/phpcs --extensions=php ./src",
4948
"fix-style": "vendor/bin/php-cs-fixer fix"
5049
}
51-
}
50+
}

0 commit comments

Comments
 (0)