Skip to content

Commit

Permalink
Update orchestra testbench so it can run on up to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bennett-treptow committed Jan 6, 2024
1 parent 1f56607 commit 2a01806
Show file tree
Hide file tree
Showing 2 changed files with 631 additions and 502 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^7.4|^8.1",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
Expand All @@ -28,8 +28,8 @@
}
},
"require-dev": {
"orchestra/testbench": "^6.17|^8.0",
"friendsofphp/php-cs-fixer": "^2.16|^3.14"
"friendsofphp/php-cs-fixer": "^2.16|^3.14",
"orchestra/testbench": "^6.19"
},
"scripts": {
"post-autoload-dump": [
Expand Down
Loading

0 comments on commit 2a01806

Please sign in to comment.