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 53cd528 commit 1453f11Copy full SHA for 1453f11
.travis.yml
@@ -90,6 +90,6 @@ before_script:
90
- bash tests/bin/travis_jackrabbit.sh
91
92
script:
93
- - phpunit
+ - vendor/bin/simple-phpunit
94
- php vendor/bin/phpspec run
95
- php vendor/behat/behat/bin/behat --suite=$BEHAT_SUITE
composer.json
@@ -15,10 +15,10 @@
15
"dantleech/glob-finder": "~1.0"
16
},
17
"require-dev": {
18
+ "symfony/phpunit-bridge": "~5.0",
19
"symfony/symfony": "~2.8|~3.0|~4.0|~5.0",
- "phpunit/phpunit": "~5.7",
20
"behat/behat": "~3.1",
21
- "phpspec/phpspec": "~3.2|~4.0",
+ "phpspec/phpspec": "~3.2|~4.0|~5.0|~6.0",
22
"jackalope/jackalope-doctrine-dbal": "~1.2",
23
"jackalope/jackalope-jackrabbit": "~1.2"
24
0 commit comments