Skip to content

Commit

Permalink
PHP 8.3 support, Bump dependencies, migrate PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
cammackmatthew committed Apr 16, 2024
1 parent 38334ea commit ed9bc81
Show file tree
Hide file tree
Showing 5 changed files with 3,190 additions and 1,411 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ yarn-error.log
.env
.phpunit.result.cache
.DS_Store
/.phpunit.cache
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.3.0|^8.0"
"php": "^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -28,9 +28,9 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^10.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "8.0.x-dev"
"orchestra/testbench": "^8.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit ed9bc81

Please sign in to comment.