Skip to content

Commit

Permalink
modifies composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Mar 27, 2019
1 parent d70649b commit ee8d63e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"yawik/application-pack":">=0.32@dev",
"yawik/composer-plugin": "^0.32@dev"
"yawik/core": "^0.33",
"yawik/jobs": "^0.33",
"yawik/orders": "^0.3",
"yawik/jobs-by-mail": "^0.2",
"yawik/solr": "^0.6",
"yawik/simple-import": "^0.1",
"yawik/organizations": "^0.33",
"yawik/pdf": "^0.33",
"yawik/composer-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
Expand Down

0 comments on commit ee8d63e

Please sign in to comment.