Skip to content

Commit

Permalink
more php 8.4 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 26, 2024
1 parent 9f54b09 commit 449792d
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 148 deletions.
25 changes: 20 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
},
{
"type": "vcs", "url": "https://github.com/Ayesh/safe"
},
{
"type": "vcs", "url": "https://github.com/valzargaming/Pawl"
},
{
"type": "vcs", "url": "https://github.com/danepowell/phplint"
},
{
"type": "vcs", "url": "https://github.com/danepowell/Client"
},
{
"type": "vcs", "url": "https://github.com/danepowell/dns-zone-configurator"
}
],
"minimum-stability": "dev",
Expand All @@ -30,16 +42,19 @@
"grasmash/expander": "^3.0.1",
"guzzlehttp/guzzle": "^7.4",
"http-interop/http-factory-guzzle": "^1.0",
"kevinrob/guzzle-cache-middleware": "dev-master as 5.1.0",
"laminas/laminas-validator": "^2.20.0",
"league/csv": "^9.8",
"league/oauth2-client": "dev-patch-1 as 2.7.0",
"loophp/phposinfo": "^1.7.2",
"ltd-beget/dns-zone-configurator": "^1.3.0",
"m4tthumphrey/php-gitlab-api": "^11.5",
"ltd-beget/dns-zone-configurator": "dev-php84",
"m4tthumphrey/php-gitlab-api": "dev-fix/84",
"php-http/cache-plugin": "^2.0",
"psr/log": "^3",
"ramsey/uuid": "^4.1",
"ratchet/pawl": "dev-patch-1 as 0.4.1",
"react/event-loop": "^1.1",
"sanmai/pipeline": "dev-main",
"symfony/cache": "^6.3",
"symfony/config": "^6.3",
"symfony/console": "^6.3",
Expand All @@ -56,7 +71,7 @@
"symfony/yaml": "^6.3",
"thecodingmachine/safe": "dev-php84/nullability as 2.5.0",
"typhonius/acquia-logstream": "^0.0.14",
"typhonius/acquia-php-sdk-v2": "^3.4.1",
"typhonius/acquia-php-sdk-v2": "^3.4.2",
"vlucas/phpdotenv": "^5.5",
"zumba/amplitude-php": "^1.0.4"
},
Expand All @@ -68,8 +83,8 @@
"infection/infection": "^0.27.7",
"jangregor/phpstan-prophecy": "^1.0",
"mikey179/vfsstream": "^1.6",
"overtrue/phplint": "^9.0",
"phpro/grumphp": "^2.2.0",
"overtrue/phplint": "9.4.x-dev",
"phpro/grumphp": "2.x-dev",
"phpspec/prophecy": "^1.17",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1.1",
Expand Down
Loading

0 comments on commit 449792d

Please sign in to comment.