Skip to content

Commit

Permalink
Update phpunit/phpunit and illuminate/database
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Kavshirko committed Apr 2, 2024
1 parent b79ca0a commit 0f1f36c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "library",
"require": {
"php": "^7.2|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0"
"phpunit/phpunit": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"test": [
"./vendor/bin/phpunit"
]
"test": [
"./vendor/bin/phpunit"
]
}
}

0 comments on commit 0f1f36c

Please sign in to comment.