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

Commit

Permalink
Set up stable dependencies for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Apr 3, 2018
1 parent 159137c commit f5716ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@
],
"require": {
"php": ">=5.6.0",
"atk4/dsql": "dev-develop",
"atk4/core": "dev-develop"
"atk4/dsql": "^1.2"
},
"suggest": {
"atk4/data": "*",
"jdorn/sql-formatter": "*"
},
"require-dev": {
"phpunit/phpunit": "<6",
"atk4/data": "dev-develop",
"codeclimate/php-test-reporter": "*"
"codeclimate/php-test-reporter": "*",
"atk4/data": "^1.3"
},
"autoload": {
"psr-4": {"atk4\\schema\\":"src/"}
Expand Down

0 comments on commit f5716ae

Please sign in to comment.