Skip to content

Commit

Permalink
chore: INF-477: Update consolidation config package that was not php8…
Browse files Browse the repository at this point in the history
…2 compatible. (#39)

* chore: INF-477: Update consolidation config package that was not php82 compatible.

* INF-477: Update consolidation packages.

* chore: INF-477: Apply patch to consolidation robo to make it php82 compatible.

---------

Co-authored-by: Lio Novelli <[email protected]>
  • Loading branch information
ivangrozni and Lio Novelli authored Apr 4, 2023
1 parent 8c4aed0 commit b8ea91c
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 314 deletions.
19 changes: 17 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
}
],
"require": {
"consolidation/robo": "^3.0",
"php": ">=7.4",
"consolidation/robo": "~3",
"consolidation/self-update": "^2.0",
"cweagans/composer-patches": "^1.7",
"symfony/dotenv": "^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/yaml": "^4.4"
Expand All @@ -35,10 +37,23 @@
"box": {
"url": "https://github.com/box-project/box2/releases/download/2.7.5/box-2.7.5.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"
}
}
},
"config": {
"sort-packages": true,
"platform-check": false
"platform-check": false,
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3"
}
}
Loading

0 comments on commit b8ea91c

Please sign in to comment.