Skip to content

Commit

Permalink
PR support 8.2 php & remove support for L8
Browse files Browse the repository at this point in the history
  • Loading branch information
RenoSimonsTTL committed Oct 2, 2023
1 parent 4c28de6 commit 7b7dcb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"ext-json": "*",
"apix/cache": "^1.3",
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/filesystem": "^8.0|^9.0|^10.0",
"illuminate/routing": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/filesystem": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"storyblok/php-client": "^2.6",
"storyblok/richtext-resolver": "^2.1"
},
Expand Down

0 comments on commit 7b7dcb7

Please sign in to comment.