Skip to content

Commit 3a11a0a

Browse files
authored
Merge pull request #22 from spinzar/5.x
Laravel 9.x Compatibility
2 parents 7a3aff9 + 01457b3 commit 3a11a0a

File tree

2 files changed

+1787
-1323
lines changed

2 files changed

+1787
-1323
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"prefer-stable": true,
2727
"require": {
2828
"php": "^8.0",
29-
"illuminate/contracts": "^8.22.1",
30-
"illuminate/support": "^8.22.1"
29+
"illuminate/contracts": "^8.22.1 || ^9.9",
30+
"illuminate/support": "^8.22.1 || ^9.9"
3131
},
3232
"require-dev": {
33-
"friendsofphp/php-cs-fixer": "^2.15",
34-
"orchestra/testbench": "^6.0",
35-
"phpunit/phpunit": "^9.3",
36-
"squizlabs/php_codesniffer": "^3.5"
33+
"friendsofphp/php-cs-fixer": "^2.15 || ^3.8",
34+
"orchestra/testbench": "^6.0 || ^7.4",
35+
"phpunit/phpunit": "^9.3 || ^9.5",
36+
"squizlabs/php_codesniffer": "^3.5 || ^3.6"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)