Skip to content

Commit

Permalink
Support Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Feb 28, 2025
1 parent 2b14fe0 commit 2769cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"ext-openssl": "*",
"archtechx/enums": "^1.0",
"guzzlehttp/guzzle": "^7.0",
"illuminate/contracts": "^11.0",
"illuminate/contracts": "^11.0||^12.0",
"spatie/laravel-package-tools": "^1.16.6",
"web-token/jwt-framework": "^4.0"
},
"require-dev": {
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0",
"orchestra/testbench": "^9.0||^10.0",
"pestphp/pest": "^3.0",
"spatie/laravel-ray": "^1.37.1",
"symfony/thanks": "^1.3"
Expand Down

0 comments on commit 2769cf5

Please sign in to comment.