Skip to content

Commit e7f68f1

Browse files
author
Michael Rook
committed
Prep for Statamic 3.3
1 parent 976b911 commit e7f68f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"cloudflare"
1111
],
1212
"require": {
13-
"php": "^7.3 || ^8.0",
14-
"statamic/cms": ">=3.1.2 <3.2 || 3.2.*",
13+
"php": "^7.3||^8.0",
14+
"statamic/cms": ">=3.1.2 <3.2||3.2.*||3.3.*",
1515
"cloudflare/sdk": "^1.2"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0"
18+
"orchestra/testbench": "^4.0||^5.0||^6.0"
1919
},
2020
"scripts": {
2121
"test": "vendor/bin/phpunit",

0 commit comments

Comments
 (0)