Skip to content

Commit

Permalink
PAC-354: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jul 10, 2024
1 parent 0ce5f2d commit 9e009f6
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 545 deletions.
2 changes: 1 addition & 1 deletion .valet-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ services:
composer:
version: 2
php:
version: 8.2
version: 8.1
10 changes: 5 additions & 5 deletions UPGRADE-5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" wit
"doctrine/dbal" from "2.5.*" to "^4.0.4",
"pdepend/pdepend" from "^2.5.2" to "^2.16.2",
"phpmd/phpmd" from "^2.11.0" to "^2.15.0",
"phpunit/phpunit" from "^6.5.0|^8.0.0|~9.5.0" to "^11.2.5",
"sebastian/phpcpd" from "~3.0|~4.0|~5.0|~6.0" to "^2.0.1",
"phpunit/phpunit" from "^6.5.0|^8.0.0|~9.5.0" to "~9.5.0|~10.5.0|~11.2.5",
"sebastian/phpcpd" from "~3.0|~4.0|~5.0|~6.0" to "~6.0",
"squizlabs/php_codesniffer" from "~3.4.0|~3.6.0" to "^3.10.1",
"consolidation/robo" from "~1.0" to "^4.0.2",
"mikey179/vfsstream" from "~1.0" to "v1.6.11",
"symfony/dotenv" from "~3.0|~4.0" to "v6.0.19",
"symfony/http-kernel" from "~2.0|~3.0|~4.0" to "v4.4.51",
"mikey179/vfsstream" from "~1.0" to "~1.6.11",
"symfony/dotenv" from "~3.0|~4.0" to "~6.0.19",
"symfony/http-kernel" from "~2.0|~3.0|~4.0" to "~4.4.51",
"behat/mink-extension" from "2.3.*" to "^2.3.1",
"dmore/chrome-mink-driver" from "2.7.*" to "^2.9.3",
"dmore/behat-chrome-extension" from "1.3.*" to "^1.4.0",
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"doctrine/dbal": "^4.0.4",
"pdepend/pdepend": "^2.16.2",
"phpmd/phpmd": "^2.15.0",
"phpunit/phpunit": "^11.2.5",
"sebastian/phpcpd": "^2.0.1",
"phpunit/phpunit": "~9.5.0|~10.5.0|~11.2.5",
"sebastian/phpcpd": "~6.0",
"squizlabs/php_codesniffer": "^3.10.1",
"consolidation/robo": "^4.0.2",
"mikey179/vfsstream": "v1.6.11",
"symfony/dotenv": "v6.0.19",
"symfony/http-kernel": "v4.4.51",
"consolidation/robo": "~4.0.2",
"mikey179/vfsstream": "~1.6.11",
"symfony/dotenv": "~6.0.19",
"symfony/http-kernel": "~4.4.51",
"behat/mink-extension": "^2.3.1",
"dmore/chrome-mink-driver": "^2.9.3",
"dmore/behat-chrome-extension": "^1.4.0",
Expand Down
Loading

0 comments on commit 9e009f6

Please sign in to comment.