Skip to content

Commit 1453f11

Browse files
Add support for symfony 5
1 parent 53cd528 commit 1453f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ before_script:
9090
- bash tests/bin/travis_jackrabbit.sh
9191

9292
script:
93-
- phpunit
93+
- vendor/bin/simple-phpunit
9494
- php vendor/bin/phpspec run
9595
- php vendor/behat/behat/bin/behat --suite=$BEHAT_SUITE

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"dantleech/glob-finder": "~1.0"
1616
},
1717
"require-dev": {
18+
"symfony/phpunit-bridge": "~5.0",
1819
"symfony/symfony": "~2.8|~3.0|~4.0|~5.0",
19-
"phpunit/phpunit": "~5.7",
2020
"behat/behat": "~3.1",
21-
"phpspec/phpspec": "~3.2|~4.0",
21+
"phpspec/phpspec": "~3.2|~4.0|~5.0|~6.0",
2222
"jackalope/jackalope-doctrine-dbal": "~1.2",
2323
"jackalope/jackalope-jackrabbit": "~1.2"
2424
},

0 commit comments

Comments
 (0)