mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 12:02:23 +00:00
Wallabag now require PHP >= 5.5
See https://github.com/K-Phoen/rulerz/pull/21/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
This commit is contained in:
parent
30a40b0298
commit
bd2c8b4677
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- ant prepare-$DB
|
||||
- SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v
|
||||
- bin/phpunit -v
|
||||
|
||||
# after_script:
|
||||
# - |
|
||||
|
|
6
composer.lock
generated
6
composer.lock
generated
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "f284c10bdce34af9783936d745d230d5",
|
||||
"content-hash": "4de200774d9848416365015125e0f171",
|
||||
"hash": "a220bd9143d23fd3a86b2ed83e6551c9",
|
||||
"content-hash": "55bc43598b50ffeb3a1db44cfb267deb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "behat/transliterator",
|
||||
|
@ -6725,7 +6725,7 @@
|
|||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=5.5.0"
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue