Skip to content

Commit

Permalink
DEV-76454 php84
Browse files Browse the repository at this point in the history
  • Loading branch information
mbb84 committed Dec 9, 2024
1 parent f99f859 commit 35bd75a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ext/zf1-future",
"name": "shardj/zf1-future",
"description": "Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions",
"type": "library",
"version": "1.24.2",
Expand All @@ -10,10 +10,10 @@
"homepage": "https://github.com/Shardj/zf1-future/",
"license": "BSD-3-Clause",
"require": {
"php": ">=8.3 <8.4",
"symfony/polyfill-php82": "1.28",
"symfony/polyfill-ctype": "1.28",
"symfony/polyfill-mbstring": "1.28"
"php": ">=7.1",
"symfony/polyfill-php81": "^1.24",
"symfony/polyfill-ctype": "^1.27",
"symfony/polyfill-mbstring": "^1.26"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
Expand Down Expand Up @@ -56,8 +56,8 @@
"rector:test": "bin/rector process --dry-run",
"rector:fix": "bin/rector process",
"test": [
"@putenv XDEBUG_MODE=off",
"phpunit -d memory_limit=-1 --bootstrap tests/TestHelper.php tests/Zend/AllTests.php"
"Composer\\Config::disableProcessTimeout",
"phpunit --bootstrap tests/TestHelper.php tests/Zend/AllTests.php"
]
},
"scripts-descriptions": {
Expand Down

0 comments on commit 35bd75a

Please sign in to comment.