Skip to content

Commit

Permalink
Setting release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 7, 2020
1 parent 653c288 commit 907503f
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,36 +38,19 @@
"sort-packages": true
},
"require": {
"php": ">=7.2.0",
"ext-intl": "*",
"atk4/core": "dev-develop",
"atk4/dsql": "dev-develop"
},
"require-release": {
"php": ">=7.2.0",
"ext-intl": "*",
"atk4/core": "^2.0",
"atk4/dsql": "^2.0"
},
"require-dev": {
"atk4/schema": "dev-develop",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/dbunit": ">=1.2",
"phpunit/phpcov": "*",
"phpunit/phpunit": "<6"
},
"require-dev-release": {
"atk4/schema": "^2.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/dbunit": ">=1.2",
"phpunit/phpcov": "*",
"phpunit/phpunit": "<6"
},
"replace": {
"atk4/data": "self.version"
},
"replace-release": {
},
"replace": {},
"autoload": {
"psr-4": {
"atk4\\data\\": "src/"
Expand Down

0 comments on commit 907503f

Please sign in to comment.