Skip to content

Commit

Permalink
Upodate for Laravel 11 and phpunit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
abkrim committed Mar 15, 2024
1 parent d571948 commit f26711a
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 369 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ coverage
.DS_store
.idea/
.phpunit.result.cache
.phpunit.cache/
.php-cs-fixer.cache
phpstan.neon
coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1|^8.2",
"illuminate/support": "^9.0|^10.0"
"illuminate/support": "^9.0|^10.0|^11.0"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.13",
Expand Down
Loading

0 comments on commit f26711a

Please sign in to comment.