Skip to content

Commit 3eb1fb8

Browse files
committed
Test SF 8
1 parent 11355a9 commit 3eb1fb8

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

composer.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"php": ">=8.1",
2020
"fakerphp/faker": "^1.23",
2121
"symfony/deprecation-contracts": "^2.2|^3.0",
22+
"symfony/flex": "^2.9",
2223
"symfony/polyfill-php84": "^1.32",
2324
"symfony/property-access": "^6.4|^7.0|^8.0",
2425
"symfony/property-info": "^6.4|^7.0|^8.0",
@@ -27,22 +28,19 @@
2728
},
2829
"require-dev": {
2930
"bamarni/composer-bin-plugin": "^1.8",
30-
"brianium/paratest": "^6|^7",
3131
"dama/doctrine-test-bundle": "^8.0",
3232
"doctrine/collections": "^1.7|^2.0",
3333
"doctrine/common": "^3.2.2",
34-
"doctrine/doctrine-bundle": "^2.10",
35-
"doctrine/doctrine-migrations-bundle": "^2.2|^3.0",
36-
"doctrine/mongodb-odm": "^2.4",
37-
"doctrine/mongodb-odm-bundle": "^4.6|^5.0",
38-
"doctrine/orm": "^2.16|^3.0",
34+
"doctrine/doctrine-bundle": "3.1.x-dev",
35+
"doctrine/mongodb-odm": "2.15.x-dev",
36+
"doctrine/mongodb-odm-bundle": "5.5.x-dev",
37+
"doctrine/orm": "3.5.x-dev",
3938
"doctrine/persistence": "^2.0|^3.0|^4.0",
4039
"phpunit/phpunit": "^9.5.0 || ^10.0 || ^11.0 || ^12.0",
4140
"symfony/browser-kit": "^6.4|^7.0|^8.0",
4241
"symfony/console": "^6.4|^7.0|^8.0",
4342
"symfony/dotenv": "^6.4|^7.0|^8.0",
4443
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
45-
"symfony/maker-bundle": "^1.55",
4644
"symfony/phpunit-bridge": "^6.4|^7.0|^8.0",
4745
"symfony/routing": "^6.4|^7.0|^8.0",
4846
"symfony/runtime": "^6.4|^7.0|^8.0",
@@ -94,11 +92,19 @@
9492
},
9593
"psalm": {
9694
"pluginClass": "Zenstruck\\Foundry\\Psalm\\FoundryPlugin"
95+
},
96+
"symfony": {
97+
"require": "8.0.*",
98+
"docker": false
9799
}
98100
},
99101
"scripts": {
100-
"post-install-cmd": ["@composer bin phpstan install", "@composer bin phpbench install"]
102+
"post-install-cmd": ["@composer bin phpstan install", "@composer bin phpbench install"],
103+
"auto-scripts": {
104+
"cache:clear": "symfony-cmd",
105+
"assets:install %PUBLIC_DIR%": "symfony-cmd"
106+
}
101107
},
102-
"minimum-stability": "dev",
108+
"minimum-stability": "beta",
103109
"prefer-stable": true
104110
}

0 commit comments

Comments
 (0)