Skip to content

Commit

Permalink
Merge pull request #13 from darkwebdesign/ISSUE-11
Browse files Browse the repository at this point in the history
ISSUE-11: Fix version locking in composer.json
  • Loading branch information
raymondschouten authored Dec 31, 2017
2 parents a5d66c7 + 5493959 commit ae386b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
{"name": "Raymond Schouten"}
],
"require": {
"doctrine/common": "^2.5",
"doctrine/orm": "^2.5",
"doctrine/common": "2.5.*",
"doctrine/orm": "2.5.*",
"php": ">=5.4"
},
"require-dev": {
"codeclimate/php-test-reporter": "^0.3.2",
"darkwebdesign/doctrine-unit-testing": "^2.5",
"darkwebdesign/doctrine-unit-testing": "2.5.*",
"doctrine/data-fixtures": "^1.1",
"phpunit/phpunit": "^4.8"
},
Expand Down
6 changes: 3 additions & 3 deletions doctrine-enhanced-events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
{"name": "Raymond Schouten"}
],
"require": {
"doctrine/common": "^2.5",
"doctrine/orm": "^2.5",
"doctrine/common": "2.5.*",
"doctrine/orm": "2.5.*",
"php": ">=5.4"
},
"require-dev": {
"codeclimate/php-test-reporter": "^0.3.2",
"darkwebdesign/doctrine-unit-testing": "^2.5",
"darkwebdesign/doctrine-unit-testing": "2.5.*",
"doctrine/data-fixtures": "^1.1",
"phpunit/phpunit": "^4.8"
},
Expand Down

0 comments on commit ae386b3

Please sign in to comment.