Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Cleanup packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mezzle committed Jul 12, 2020
1 parent ea7fffc commit 5011a38
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,26 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"dragonmantank/cron-expression": "^3.0",
"laminas/laminas-eventmanager": "^3.2",
"mez/queuejitsu": "^0.1 || ^2.0 || ^3.0.1 || ^4.0",
"mtdowling/cron-expression": "^1.2",
"predis/predis": "^1.1",
"psr/container": "^1.0",
"psr/log": "^1.1",
"ramsey/uuid": "^3.7"
"ramsey/uuid": "^3.7 || ^4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.5",
"ergebnis/composer-normalize": "^2.6",
"friendsofphp/php-cs-fixer": "^2.16",
"maglnet/composer-require-checker": "^2.1",
"nikic/php-parser": "^4.5",
"nikic/php-parser": "^4.6",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpro/grumphp-shim": "^0.19.1",
"phpstan/phpstan": "^0.12.31",
"phpunit/phpunit": "^8.5",
"phpstan/phpstan": "^0.12.32",
"roave/security-advisories": "dev-master",
"sensiolabs/security-checker": "^6.0",
"squizlabs/php_codesniffer": "^3.5"
"sensiolabs/security-checker": "^6.0"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 5011a38

Please sign in to comment.