Skip to content

Commit

Permalink
Update PHP deps
Browse files Browse the repository at this point in the history
Except phpunit/phpunit because v10 crash OKpilot tests with out of
memory error
  • Loading branch information
PowerKiKi committed Aug 28, 2023
1 parent 7aeedc5 commit f7e5fc3
Show file tree
Hide file tree
Showing 5 changed files with 728 additions and 873 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
"ext-json": "*",
"ext-pdo": "*",
"cakephp/chronos": "^2.4",
"doctrine/dbal": "^3.5",
"doctrine/migrations": "^3.5",
"ecodev/graphql-doctrine": "^8.0",
"doctrine/dbal": "^3.6",
"doctrine/migrations": "^3.6",
"ecodev/graphql-doctrine": "^8.1",
"imagine/imagine": "^1.3",
"laminas/laminas-diactoros": "^2.21",
"laminas/laminas-log": "^2.15",
"laminas/laminas-mail": "^2.19",
"laminas/laminas-permissions-acl": "^2.12",
"laminas/laminas-servicemanager": "^3.19",
"laminas/laminas-validator": "^2.26",
"laminas/laminas-view": "^2.25",
"mezzio/mezzio-session": "^1.11",
"moneyphp/money": "^4.0",
"spomky-labs/otphp": "^11.1",
"laminas/laminas-diactoros": "^3.1",
"laminas/laminas-log": "^2.16",
"laminas/laminas-mail": "^2.23",
"laminas/laminas-permissions-acl": "^2.15",
"laminas/laminas-servicemanager": "^3.21",
"laminas/laminas-validator": "^2.38",
"laminas/laminas-view": "^2.30",
"mezzio/mezzio-session": "^1.13",
"moneyphp/money": "^4.2",
"spomky-labs/otphp": "^11.2",
"symfony/cache": "^5.4 || ^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
"laminas/laminas-config-aggregator": "^1.11",
"laminas/laminas-i18n": "^2.19",
"laminas/laminas-config-aggregator": "@stable",
"laminas/laminas-i18n": "@stable",
"mikey179/vfsstream": "@stable",
"phpstan/phpstan": "@stable",
"phpstan/phpstan-phpunit": "@stable",
"phpunit/phpunit": "@stable"
"phpunit/phpunit": "^9.6"
}
}
Loading

0 comments on commit f7e5fc3

Please sign in to comment.