Skip to content

Commit 446f0c5

Browse files
vasilvestredeguif
andauthored
Support php8 (#675)
* Support php8 * Update composer.json * Update composer.json Co-authored-by: François-Xavier de Guillebon <[email protected]> * Update composer.json Co-authored-by: François-Xavier de Guillebon <[email protected]> * Update composer.json Co-authored-by: François-Xavier de Guillebon <[email protected]> Co-authored-by: François-Xavier de Guillebon <[email protected]>
1 parent 1e6afb6 commit 446f0c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.2",
23+
"php": "^7.2 || ^8.0",
2424
"friendsofsymfony/oauth2-php": "~1.1",
2525
"symfony/dependency-injection": "^4.4 || ^5.1",
2626
"symfony/framework-bundle": "^4.4 || ^5.1",
@@ -32,13 +32,13 @@
3232
},
3333
"require-dev": {
3434
"doctrine/doctrine-bundle": "^2.0",
35-
"doctrine/mongodb-odm": "~1.0",
35+
"doctrine/mongodb-odm": "^2.2",
3636
"doctrine/orm": "~2.2",
3737
"phing/phing": "~2.4",
3838
"php-mock/php-mock-phpunit": "~1.0 || ~2.0",
39+
"phpstan/phpstan": "^0.12",
3940
"phpstan/phpstan-phpunit": "~0.9",
40-
"phpstan/phpstan-shim": "~0.9",
41-
"phpunit/phpunit": "~5.0 || ~6.0",
41+
"phpunit/phpunit": "^9.0",
4242
"propel/propel1": "~1.6",
4343
"symfony/console": "^4.4 || ^5.1",
4444
"symfony/form": "^4.4 || ^5.1",

0 commit comments

Comments
 (0)