Skip to content

Commit

Permalink
feat: update ddd version compatibility (add 4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
calmohallag committed Sep 20, 2022
1 parent ccaf5bf commit 9424bea
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"require": {
"ext-json": "*",
"php": "^7.4|^8.0",
"symfony/yaml": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"php": "^7.4 || ^8.0",
"symfony/yaml": "^4.4 || ^5.0",
"symfony/messenger": "^4.4 || ^5.0",
"justinrainbow/json-schema": "^5.2",
"behat/behat": "^3.5",
"pccomponentes/ddd": "^2.0 | ^3.0",
"pccomponentes/ddd": "^2.0 || ^3.0 || ^4.0",
"beberlei/assert": "^3.2",
"friends-of-behat/symfony-extension": "^2.0",
"friends-of-behat/mink": "^1.8",
Expand All @@ -38,5 +38,10 @@
"phpunit/phpunit": "^9.0",
"symfony/var-dumper": "^4.4|^5.0",
"pccomponentes/coding-standard": "^1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 9424bea

Please sign in to comment.