We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1193170 commit 3670144Copy full SHA for 3670144
composer.json
@@ -3,10 +3,10 @@
3
"license": "MIT",
4
"require": {
5
"php": "^8.0",
6
- "statamic/cms": "3.1.* || 3.2.*"
+ "statamic/cms": "3.1.*||3.2.*||3.3.*"
7
},
8
"require-dev": {
9
- "orchestra/testbench": "^4.0 || ^5.0 || ^6.0"
+ "orchestra/testbench": "^4.0||^5.0||^6.0"
10
11
"scripts": {
12
"test": "vendor/bin/phpunit",
0 commit comments