mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 23:12: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:
|
script:
|
||||||
- ant prepare-$DB
|
- ant prepare-$DB
|
||||||
- SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v
|
- bin/phpunit -v
|
||||||
|
|
||||||
# after_script:
|
# 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",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "f284c10bdce34af9783936d745d230d5",
|
"hash": "a220bd9143d23fd3a86b2ed83e6551c9",
|
||||||
"content-hash": "4de200774d9848416365015125e0f171",
|
"content-hash": "55bc43598b50ffeb3a1db44cfb267deb",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "behat/transliterator",
|
"name": "behat/transliterator",
|
||||||
|
@ -6725,7 +6725,7 @@
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=5.5.0"
|
"php": ">=5.5"
|
||||||
},
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue