diff options
| author | AnrDaemon <anrdaemon@yandex.ru> | 2020-05-05 01:37:36 +0300 |
|---|---|---|
| committer | AnrDaemon <anrdaemon@yandex.ru> | 2020-05-05 01:37:36 +0300 |
| commit | eae19f23b96081be09577ca5bb25aab1407661f2 (patch) | |
| tree | 8c9556a0dc1b0d4409ddbee7ee57d9df63ba19f9 /composer.json | |
| parent | e1c050a32c0e48612b0f38fc126865caad40e954 (diff) | |
| download | smarty-eae19f23b96081be09577ca5bb25aab1407661f2.tar.gz smarty-eae19f23b96081be09577ca5bb25aab1407661f2.tar.bz2 smarty-eae19f23b96081be09577ca5bb25aab1407661f2.zip | |
PHP 5.3 compatibility fixes
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 889cb944..9a5e7fd6 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ } }, "require-dev": { - "phpunit/phpunit": "6.4.1", + "phpunit/phpunit": "6.4.1 || ^5.7 || ^4.8", "smarty/smarty-lexer": "^3.1" } } |
