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

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 3e8ab5e commit c041bb8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,22 @@
"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"
},
"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",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "*",
"phpunit/phpunit": ">=9.0"
},
"suggest": {
"atk4/ui": "dev-develop"
},
"suggest-release": {
"atk4/ui": "^2.2.0"
},
"autoload": {
Expand Down

0 comments on commit c041bb8

Please sign in to comment.