Skip to content

Commit

Permalink
Update dependencies and bump version alias
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed Feb 21, 2023
1 parent 6b33e62 commit 789bb59
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
}
],
"require": {
"php": "^7.3|^8.1",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0"
"php": "^8.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"doctrine/dbal": "^2.12|^3.3"
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -59,7 +58,7 @@
}
},
"branch-alias" : {
"dev-master" : "1.0.x-dev"
"dev-master" : "1.1.x-dev"
}
},
"support" : {
Expand Down

0 comments on commit 789bb59

Please sign in to comment.