Skip to content

Commit 5c53973

Browse files
authored
Merge pull request #40 from php-openapi/37-symfonypolyfill-php80-should-be-moved-to-require-section-in-composerjson-file
Resolve symfony/polyfill-php80 should be moved to require section in composer.json file #37
2 parents b0a8eba + be6b7f6 commit 5c53973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"laminas/laminas-code": ">=3.4 <=4.13",
2626
"php-openapi/yii2-fractal": "^1.0.0",
2727
"fakerphp/faker": "^1.9",
28-
"sam-it/yii2-mariadb": "^2.0"
28+
"sam-it/yii2-mariadb": "^2.0",
29+
"symfony/polyfill-php80": "^1.30"
2930
},
3031
"require-dev": {
3132
"cebe/indent": "*",
3233
"friendsofphp/php-cs-fixer": "~2.16",
3334
"phpunit/phpunit": "^8.0",
34-
"symfony/polyfill-php80": "^1.16",
3535
"yiisoft/yii2-gii": ">=2.1.0"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)