Skip to content

Commit

Permalink
Dropping Support for Symfony 3.0 As as these versions is not maintain…
Browse files Browse the repository at this point in the history
…ed anymore
  • Loading branch information
ronisaha committed Jan 24, 2017
1 parent d235b25 commit b7f9452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ php:
- hhvm

env:
- SYMFONY_VERSION=2.6.*
- SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=3.1.*
- SYMFONY_VERSION=3.2.*

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add EasyAuditBundle in your composer.json:
```js
{
"require": {
"xiidea/easy-audit": "1.4.*@dev"
"xiidea/easy-audit": "^1.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=5.5.9",
"psr/log": "^1",
"symfony/symfony": "^2.6||^3.0 !=3.0.4"
"symfony/symfony": "^2.7||^3.0 !=3.0.4"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down

0 comments on commit b7f9452

Please sign in to comment.