Skip to content

Commit

Permalink
Upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 9, 2020
1 parent 8c44718 commit d6687a9
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,26 @@
],
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^7.3",
"sylius/sylius": "^1.3",
"thecodingmachine/safe": "^1.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.5",
"korbeil/phpstan-generic-rules": "^0.2.4",
"phpspec/phpspec": "^6.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.29",
"phpstan/phpstan-doctrine": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpstan/phpstan-webmozart-assert": "^0.12.6",
"phpunit/phpunit": "^8.5",
"roave/security-advisories": "dev-master",
"sylius-labs/coding-standard": "^3.1.3",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/debug-bundle": "^4.4 || ^5.0",
"symfony/dotenv": "^4.4 || ^5.0",
"setono/code-quality-pack": "^1.4",
"symfony/debug-bundle": "^5.1",
"symfony/dotenv": "^5.1",
"symfony/intl": "^4.4 || ^5.0",
"symfony/web-profiler-bundle": "^4.4 || ^5.0",
"thecodingmachine/phpstan-safe-rule": "^1.0"
"symfony/web-profiler-bundle": "^5.0"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
},
"autoload": {
Expand Down

0 comments on commit d6687a9

Please sign in to comment.