Skip to content

Commit

Permalink
Upgrade to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosoliv committed Jan 18, 2014
1 parent 9b0c088 commit 341991f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,5 +7,5 @@ An alternative doctrine entity base repository

## Requirements ##

* PHP >= 5.3.3
* PHP >= 5.4
* Doctrine ORM >= 2.2.3
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"php": ">=5.4.0",
"doctrine/orm": "~2.2,>=2.2.3"
},
"require-dev": {
Expand Down

0 comments on commit 341991f

Please sign in to comment.