Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 23, 2018
1 parent e4d5f81 commit 99b4e81
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
"description": "A database application package for BEAR.Sunday",
"license": "MIT",
"require": {
"bear/aura-router-module": "~1.0",
"bear/package": "~1.0",
"josegonzalez/dotenv": "~2.0",
"koriym/query-locator": "~1.0",
"koriym/now": "~1.0",
"robmorgan/phinx": "~0.5",
"ray/aura-sql-module": "~1.0",
"koriym/dev-pdo-statement": "~0.1"
"php": ">=7.0.0",
"bear/aura-router-module": "^1.2",
"bear/package": "^1.7",
"koriym/query-locator": "^1.3",
"koriym/now": "^1.0",
"robmorgan/phinx": "^0.9",
"ray/aura-sql-module": "^1.6",
"ray/query-module": "^0.2.0"
},
"require-dev": {
"phpunit/dbunit": "~2.0"
"phpunit/dbunit": "^2.0",
"koriym/dev-pdo-statement": "^0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 99b4e81

Please sign in to comment.