Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

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 75fe8ef commit 5f5374e
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,17 @@
"homepage": "https://xsystems.io/"
}
],
"version": "dev-develop",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"require": {
"php": ">=7.3.0",
"atk4/data": "dev-develop"
},
"require-release": {
"php": ">=7.3.0",
"atk4/data": "^2.2.0"
"atk4/data": "^2.3.0"
},
"require-dev": {
"atk4/ui": "dev-develop",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
},
"require-dev-release": {
"atk4/ui": "^2.2.0",
"atk4/ui": "^2.3.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
Expand All @@ -66,7 +55,7 @@
"atk4/ui": "dev-develop"
},
"suggest-release": {
"atk4/ui": "^2.2.0"
"atk4/ui": "^2.3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5f5374e

Please sign in to comment.