Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Tweak travis and appveyor for Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 18, 2017
1 parent df47b08 commit 3c3f931
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions Core/composer.json
Expand Up @@ -19,11 +19,11 @@
"php": "^7.1.3"
},
"require-dev": {
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/ldap": "~3.1|~4.0",
"symfony/validator": "^2.8.18|^3.2.5|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/ldap": "~3.4|~4.0",
"symfony/validator": "~3.4|~4.0",
"psr/log": "~1.0"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions Csrf/composer.json
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^7.1.3",
"symfony/security-core": "~2.8|~3.0|~4.0"
"symfony/security-core": "~3.4|~4.0"
},
"require-dev": {
"symfony/http-foundation": "~2.8|~3.0|~4.0"
"symfony/http-foundation": "~3.4|~4.0"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
Expand Down
4 changes: 2 additions & 2 deletions Guard/composer.json
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^7.1.3",
"symfony/security-core": "~2.8|~3.0|~4.0",
"symfony/security-http": "~3.1|~4.0"
"symfony/security-core": "~3.4|~4.0",
"symfony/security-http": "~3.4|~4.0"
},
"require-dev": {
"psr/log": "~1.0"
Expand Down
14 changes: 7 additions & 7 deletions Http/composer.json
Expand Up @@ -17,15 +17,15 @@
],
"require": {
"php": "^7.1.3",
"symfony/security-core": "~3.2|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~3.3|~4.0",
"symfony/property-access": "~2.8|~3.0|~4.0"
"symfony/security-core": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/property-access": "~3.4|~4.0"
},
"require-dev": {
"symfony/routing": "~2.8|~3.0|~4.0",
"symfony/security-csrf": "~2.8|~3.0|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/security-csrf": "~3.4|~4.0",
"psr/log": "~1.0"
},
"suggest": {
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^7.1.3",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~3.3|~4.0",
"symfony/property-access": "~2.8|~3.0|~4.0"
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/property-access": "~3.4|~4.0"
},
"replace": {
"symfony/security-core": "self.version",
Expand All @@ -29,12 +29,12 @@
"symfony/security-http": "self.version"
},
"require-dev": {
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/routing": "~2.8|~3.0|~4.0",
"symfony/validator": "^2.8.18|^3.2.5|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/ldap": "~3.1|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/validator": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/ldap": "~3.4|~4.0",
"psr/log": "~1.0"
},
"suggest": {
Expand Down

0 comments on commit 3c3f931

Please sign in to comment.