Updated dependencies; require PHP >= 7.4
Showing
| ... | ... | @@ -8,19 +8,19 @@ |
| "minimum-stability": "dev", | ||
| "prefer-stable": true, | ||
| "require": { | ||
| "php": ">=7.2", | ||
| "php": ">=7.4", | ||
| "ext-ctype": "*", | ||
| "ext-iconv": "*", | ||
| "ext-json": "*", | ||
| "paragonie/sodium_compat": "^1.14", | ||
| "symfony/framework-bundle": "4.4.* | 5.2.*", | ||
| "symfony/console": "4.4.* | 5.2.*", | ||
| "symfony/dotenv": "4.4.* | 5.2.*", | ||
| "symfony/yaml": "4.4.* | 5.2.*", | ||
| "zordius/lightncandy": "^1.2" | ||
| "symfony/framework-bundle": "5.4.*", | ||
| "symfony/console": "5.4.*", | ||
| "symfony/dotenv": "5.4.*", | ||
| "symfony/yaml": "5.4.*", | ||
| "zordius/lightncandy": "^v1.2.6" | ||
| }, | ||
| "require-dev": { | ||
| "friendsofphp/php-cs-fixer": "^2.16", | ||
| "friendsofphp/php-cs-fixer": "^3.13", | ||
| "phpunit/phpunit": "^9.5" | ||
| }, | ||
| "config": { | ||
| ... | ... | @@ -28,7 +28,10 @@ |
| "preferred-install": { | ||
| "*": "dist" | ||
| }, | ||
| "sort-packages": true | ||
| "sort-packages": true, | ||
| "platform": { | ||
| "php": "7.4" | ||
| } | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment