We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943b268 commit 670efd6Copy full SHA for 670efd6
.travis.yml
@@ -1,14 +1,12 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- 5.6
+ - 7.0
7
8
env:
9
- - SYMFONY_VERSION=2.4.*
10
- - SYMFONY_VERSION=2.5.*
11
- - SYMFONY_VERSION=2.6.*
+ - SYMFONY_VERSION=2.8.*
+ - SYMFONY_VERSION=3.0.*
12
- SYMFONY_VERSION=dev-master
13
14
before_script:
Tests/Resources/app/config/config.yml
@@ -1,4 +1,2 @@
phpcr_migrations:
version_node_name: "jcr:migrations"
- paths:
- - "%kernel.root_dir%/migrations"
composer.json
@@ -14,7 +14,7 @@
"doctrine/phpcr-bundle": "~1.2"
15
},
16
"require-dev": {
17
- "symfony/symfony": "~2.4 || ~3.0",
+ "symfony/symfony": "~2.3 || ~3.0",
18
"symfony-cmf/testing": "~1.2"
19
20
"autoload": {
0 commit comments