Skip to content

Commit

Permalink
Set up stable dependencies for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Mar 2, 2018
1 parent 046c904 commit b4f98dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
],
"require": {
"php": ">=5.6.0",
"atk4/dsql": "dev-develop",
"atk4/core": "dev-develop"
"atk4/dsql": "^1.2",
"atk4/core": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "<6",
"atk4/schema": "dev-develop",
"atk4/schema": "*",
"codeclimate/php-test-reporter": "*"
},
"autoload": {
Expand Down

0 comments on commit b4f98dc

Please sign in to comment.