Skip to content

Commit

Permalink
Laravel 9 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
yondifon committed Feb 9, 2022
1 parent f50431b commit bd0ad03
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"require": {
"hidehalo/nanoid-php": "^1.1",
"illuminate/auth": "^8.0",
"illuminate/support": "^8.0"
"illuminate/auth": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"ext-pdo": "*",
"pestphp/pest": "^1.20",
"friendsofphp/php-cs-fixer": "^3.1",
"orchestra/testbench": "^6.21"
"orchestra/testbench": "^7.0"
},
"extra": {
"laravel": {
Expand All @@ -45,5 +45,10 @@
"post-autoload-dump": [
"@php ./vendor/bin/testbench package:discover --ansi"
]
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}

0 comments on commit bd0ad03

Please sign in to comment.