Skip to content
This repository has been archived by the owner on May 11, 2021. 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 Jun 7, 2020
1 parent 447d076 commit f859708
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,24 @@
"homepage": "http://agiletoolkit.org/",
"license": "MIT",
"authors": [
{"name": "Romans Malinovskis", "email": "[email protected]", "homepage": "https://nearly.guru/" },
{"name": "Imants Horsts", "homepage": "https://darkside.lv/"},
{"name": "Michael Voříšek", "homepage": "https://mvorisek.cz/"}
{
"name": "Romans Malinovskis",
"email": "[email protected]",
"homepage": "https://nearly.guru/"
},
{
"name": "Imants Horsts",
"homepage": "https://darkside.lv/"
},
{
"name": "Michael Voříšek",
"homepage": "https://mvorisek.cz/"
}
],
"config": {
"sort-packages": true
},
"require": {
"php": ">=7.2.0",
"atk4/core": "dev-develop"
},
"require-release": {
"php": ">=7.2.0",
"atk4/core": "^2.0"
},
Expand Down

0 comments on commit f859708

Please sign in to comment.