Skip to content

Commit

Permalink
Merge pull request #60 from ajthinking/laravel-9-support
Browse files Browse the repository at this point in the history
Allow laravel 9
  • Loading branch information
ajthinking authored Mar 5, 2022
2 parents 9d2749d + b9de2e4 commit 6bc48f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8,845 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sketches/
.vscode/
vendor/
.phpunit.result.cache
logs
logs
composer.lock
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@
},
"require-dev": {
"ircmaxell/php-ast-visualizer": "dev-master",
"laravel/laravel": "^6.0 || ^7.0 || ^8.0",
"laravel/laravel": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
"pestphp/pest": "^1.21",
"phpunit/phpunit": "^8.0 || ^9.5"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 6bc48f3

Please sign in to comment.