Skip to content

Commit 35bd75a

Browse files
committed
DEV-76454 php84
1 parent f99f859 commit 35bd75a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ext/zf1-future",
2+
"name": "shardj/zf1-future",
33
"description": "Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions",
44
"type": "library",
55
"version": "1.24.2",
@@ -10,10 +10,10 @@
1010
"homepage": "https://github.com/Shardj/zf1-future/",
1111
"license": "BSD-3-Clause",
1212
"require": {
13-
"php": ">=8.3 <8.4",
14-
"symfony/polyfill-php82": "1.28",
15-
"symfony/polyfill-ctype": "1.28",
16-
"symfony/polyfill-mbstring": "1.28"
13+
"php": ">=7.1",
14+
"symfony/polyfill-php81": "^1.24",
15+
"symfony/polyfill-ctype": "^1.27",
16+
"symfony/polyfill-mbstring": "^1.26"
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^3",
@@ -56,8 +56,8 @@
5656
"rector:test": "bin/rector process --dry-run",
5757
"rector:fix": "bin/rector process",
5858
"test": [
59-
"@putenv XDEBUG_MODE=off",
60-
"phpunit -d memory_limit=-1 --bootstrap tests/TestHelper.php tests/Zend/AllTests.php"
59+
"Composer\\Config::disableProcessTimeout",
60+
"phpunit --bootstrap tests/TestHelper.php tests/Zend/AllTests.php"
6161
]
6262
},
6363
"scripts-descriptions": {

0 commit comments

Comments
 (0)