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 Jul 15, 2020
1 parent 2c5a8d8 commit 36b9507
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 @@ -32,41 +32,24 @@
"homepage": "https://mvorisek.cz/"
}
],
"version": "dev-develop",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"require": {
"php": ">=7.3.0",
"ext-intl": "*",
"atk4/core": "dev-develop",
"atk4/dsql": "dev-develop"
},
"require-release": {
"php": ">=7.3.0",
"ext-intl": "*",
"atk4/core": "^2.2.0",
"atk4/dsql": "^2.2.0"
},
"require-dev": {
"atk4/schema": "dev-develop",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
},
"require-dev-release": {
"atk4/schema": "^2.2.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
},
"replace": {
"atk4/data": "self.version"
},
"replace-release": {
},
"replace": {},
"autoload": {
"psr-4": {
"atk4\\data\\": "src/"
Expand Down

0 comments on commit 36b9507

Please sign in to comment.