Skip to content

Commit

Permalink
Update for Laravel 11 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalabarge authored Jun 17, 2024
1 parent 9111561 commit a37bfec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"require": {
"php": ">=7.0|>=8.0",
"artisansdk/contract": "dev-master",
"illuminate/container": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"illuminate/database": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"illuminate/queue": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"illuminate/support": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"illuminate/container": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"illuminate/database": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"illuminate/queue": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"illuminate/support": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"psr/log": "^1.0 | ^2.0 | ^3.0"
},
"require-dev": {
"artisansdk/bench": "dev-master",
"dms/phpunit-arraysubset-asserts": "^0.4.0",
"illuminate/cache": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"illuminate/pagination": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"illuminate/validation": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0"
"dms/phpunit-arraysubset-asserts": "^0.5.0",
"illuminate/cache": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"illuminate/pagination": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"illuminate/validation": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0"
},
"suggest": {
"artisansdk/event": "CQRS is a pattern used in event-driven applications. The artisansdk/event package is a general purpose event sourcing library for event stores.",
Expand Down

0 comments on commit a37bfec

Please sign in to comment.