Skip to content

Commit

Permalink
chore: LDP-2618: Update phapp tool dependencies. PHP8.3 compatibility. (
Browse files Browse the repository at this point in the history
#42)

Co-authored-by: Liopold D. Novelli <[email protected]>
  • Loading branch information
ivangrozni and Liopold D. Novelli authored Dec 2, 2024
1 parent 1220b19 commit 69ac445
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 324 deletions.
4 changes: 4 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
{
"name": "*.yml",
"in": "defaults"
},
{
"name": "{\\.(sh|bash|fish|zsh)}",
"in": "vendor"
}
],
"git-version": "package_version",
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
],
"require": {
"php": ">=7.4",
"consolidation/robo": "~3",
"consolidation/robo": "^5",
"consolidation/self-update": "^2.0",
"cweagans/composer-patches": "^1.7",
"symfony/dotenv": "^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/yaml": "^4.4"
"symfony/dotenv": "^7",
"symfony/event-dispatcher": "^7",
"symfony/yaml": "^6"
},
"scripts": {
"build": "php -d phar.readonly=0 vendor/bin/box build",
Expand All @@ -35,14 +35,13 @@
},
"tools": {
"box": {
"url": "https://github.com/box-project/box2/releases/download/2.7.5/box-2.7.5.phar"
"url": "https://github.com/box-project/box/releases/download/4.6.1/box.phar"
}
},
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {
"consolidation/robo": {
"php82 compatibility": "https://gist.githubusercontent.com/ivangrozni/3e7cf601609e9dacf6cb5ec314127660/raw/66a00f1241d10dad5de93a2e9463de09c80184aa/gistfile1.txt"
}
}
},
Expand All @@ -54,6 +53,7 @@
}
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3"
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^2.0"
}
}
Loading

0 comments on commit 69ac445

Please sign in to comment.