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.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Apr 12, 2017
1 parent f108971 commit 8698229
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.5.0",
"atk4/dsql": "dev-develop",
"atk4/core": "dev-develop"
"atk4/dsql": "^1.1",
"atk4/core": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"atk4/data": "dev-develop",
"atk4/data": "*",
"codeclimate/php-test-reporter": "*"
},
"autoload": {
Expand Down

0 comments on commit 8698229

Please sign in to comment.