We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d2b7c commit cdd161cCopy full SHA for cdd161c
composer.json
@@ -4,12 +4,12 @@
4
"description": "A Statamic addon that adds an Inline Group fieldtype that allows you to group multiple fields.",
5
"license": "MIT",
6
"require": {
7
- "statamic/cms": "^3.0||^4.0"
+ "statamic/cms": "^3.0||^4.0||^5.0"
8
},
9
"require-dev": {
10
"php": "^8.1",
11
- "laravel/framework": "^10.8",
12
- "statamic/cms": "^4.0"
+ "laravel/framework": "^11.0",
+ "statamic/cms": "^5.0"
13
14
"autoload": {
15
"psr-4": {
0 commit comments