Skip to content

Commit

Permalink
Rapidez v2 support (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Mar 5, 2024
1 parent 4a9a3bc commit 5bb1ab4
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 @@ -17,11 +17,11 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1",
"php": "^8.0|^8.1|^8.2",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"rapidez/core": "~0.54|^1.0"
"rapidez/core": "~0.54|^1.0|^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5bb1ab4

Please sign in to comment.