aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--composer.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a7c9056..287369e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ before_script:
49 49
50script: 50script:
51 - ant prepare-$DB 51 - ant prepare-$DB
52 - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v 52 - bin/phpunit -v
53 53
54# after_script: 54# after_script:
55 # - | 55 # - |
diff --git a/composer.lock b/composer.lock
index 479da672..70bcc2ec 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "hash": "f284c10bdce34af9783936d745d230d5", 7 "hash": "a220bd9143d23fd3a86b2ed83e6551c9",
8 "content-hash": "4de200774d9848416365015125e0f171", 8 "content-hash": "55bc43598b50ffeb3a1db44cfb267deb",
9 "packages": [ 9 "packages": [
10 { 10 {
11 "name": "behat/transliterator", 11 "name": "behat/transliterator",
@@ -6725,7 +6725,7 @@
6725 "prefer-stable": true, 6725 "prefer-stable": true,
6726 "prefer-lowest": false, 6726 "prefer-lowest": false,
6727 "platform": { 6727 "platform": {
6728 "php": ">=5.5.0" 6728 "php": ">=5.5"
6729 }, 6729 },
6730 "platform-dev": [] 6730 "platform-dev": []
6731} 6731}