Skip to content

Commit

Permalink
Set up stable dependencies for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Mar 19, 2018
1 parent f236720 commit d018358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
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 d018358

Please sign in to comment.