Skip to content

Commit c438246

Browse files
committed
require alpha 2 as a minimum
otherwise, our cp.php assertion in MigrateSettingsTest will fail.
1 parent d2fc939 commit c438246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"mustangostang/spyc": "dev-master#dfd9aadc1f5224065d55b42b712c7e99a50a3f4d"
88
},
99
"require-dev": {
10-
"statamic/cms": "^6.0",
10+
"statamic/cms": "^v6.0.0-alpha.2",
1111
"mockery/mockery": "^1.4.4",
1212
"orchestra/testbench": "^9.6.1 || ^10.0",
1313
"phpunit/phpunit": "^10.5.35 || ^11.0"

0 commit comments

Comments
 (0)