Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Oct 6, 2020
1 parent 6b77d91 commit e816a93
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"homepage": "https://mvorisek.cz/"
}
],
"version": "dev-develop",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
Expand All @@ -41,24 +40,11 @@
"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"
"atk4/core": "^2.3.0",
"atk4/dsql": "^2.3.0"
},
"require-dev": {
"atk4/schema": "dev-develop",
"friendsofphp/php-cs-fixer": "^2.16",
"johnkary/phpunit-speedtrap": "^3.2",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
},
"require-dev-release": {
"atk4/schema": "^2.2.0",
"atk4/schema": "^2.3.0",
"friendsofphp/php-cs-fixer": "^2.16",
"johnkary/phpunit-speedtrap": "^3.2",
"phpunit/phpcov": "*",
Expand All @@ -67,8 +53,6 @@
"replace": {
"atk4/data": "self.version"
},
"replace-release": {
},
"autoload": {
"psr-4": {
"atk4\\data\\": "src/"
Expand Down

0 comments on commit e816a93

Please sign in to comment.