Skip to content

Commit c99cdcf

Browse files
committed
initialize version 1.6
1 parent bb85f75 commit c99cdcf

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sudo: false
33
language: php
44

55
php:
6-
- 5.3
7-
- 5.4
86
- 5.5
97
- 5.6
108
- 7.0
@@ -15,9 +13,8 @@ cache:
1513
- $HOME/.composer/cache/files
1614

1715
env:
18-
- COMPOSER_FLAGS="--prefer-lowest"
19-
- SYMFONY_VERSION="^2.8.2"
20-
- SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest"
16+
- SYMFONY_VERSION="^3.0.2"
17+
- SYMFONY_VERSION="^3.0.2" COMPOSER_FLAGS="--prefer-lowest"
2118

2219
matrix:
2320
fast_finish: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
"require": {
1818
"propel/propel1": "^1.6.8",
19-
"symfony/framework-bundle": "^2.8.2"
19+
"symfony/framework-bundle": "^3.0.2"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^4.8.21|^5.0.10",
23-
"symfony/symfony": "^2.8.2",
23+
"symfony/symfony": "^3.0.2",
2424
"sensio/framework-extra-bundle": "^3.0.2",
2525
"fzaninotto/faker": "^1.5"
2626
},

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
bootstrap="vendor/autoload.php">
1212

1313
<php>
14-
<ini name="error_reporting" value="E_ALL ^ E_DEPRECATED"/>
15-
<includePath>vendor/phing/phing/classes</includePath>
14+
<ini name="error_reporting" value="E_ALL"/>
1615
</php>
1716

1817
<testsuites>

0 commit comments

Comments
 (0)