Skip to content

Commit 071a0fe

Browse files
committed
chore: update composer.json
1 parent d8549d1 commit 071a0fe

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
4+
- 7.0
5+
- 7.1
86

97
env:
10-
- SYMFONY_VERSION=2.6.*
11-
- SYMFONY_VERSION="dev-master symfony/debug:~2.7@dev symfony/http-kernel:~2.7@dev"
8+
- SYMFONY_VERSION=2.8.*
129

1310
before_script:
1411
- composer self-update
@@ -18,8 +15,5 @@ before_script:
1815
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh
1916

2017
script:
21-
- phpunit --coverage-text
18+
- vendor/bin/phpunit --coverage-text
2219

23-
matrix:
24-
allow_failures:
25-
- env: SYMFONY_VERSION="dev-master symfony/debug:~2.7@dev symfony/http-kernel:~2.7@dev"

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.3.0",
23+
"php": ">=7.0",
2424
"ext-soap": "*",
2525
"ext-curl": "*",
2626
"ass/xmlsecurity": "~1.0",
27-
"symfony/framework-bundle": "~2.6",
28-
"symfony/twig-bundle": "~2.6",
27+
"symfony/framework-bundle": "^2.8",
28+
"symfony/twig-bundle": "^2.8",
2929
"zendframework/zend-mime": "2.2.*"
3030
},
3131
"replace": {
@@ -38,8 +38,9 @@
3838
"require-dev": {
3939
"ext-mcrypt": "*",
4040
"mikey179/vfsStream": "~1.0",
41-
"symfony/filesystem": "~2.3",
42-
"symfony/process": "~2.3"
41+
"symfony/filesystem": "^2.8",
42+
"symfony/process": "^2.8",
43+
"phpunit/phpunit": "^5.3"
4344
},
4445
"autoload": {
4546
"psr-0": { "BeSimple\\": "src/" }

0 commit comments

Comments
 (0)