This website requires JavaScript.
Explore
Help
Sign In
Congegni
/
libretime
mirror of
https://github.com/libretime/libretime.git
Watch
7
Star
0
Fork
You've already forked libretime
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c2c0be1fbc
libretime
/
legacy
/
tools
/
composer.json
7 lines
85 B
JSON
Raw
Normal View
History
Unescape
Escape
chore(legacy): commit tools composer.json Allow to keep track of the tools version and not have unexpected version bumps.
2022-07-11 17:25:50 +02:00
{
style(legacy): format tools/composer.json
2022-07-11 17:34:19 +02:00
"require"
:
{
fix(legacy): set platform requirements to php ^7.4
2022-10-10 21:57:18 +02:00
"php"
:
"^7.4"
,
fix(deps): update dependency friendsofphp/php-cs-fixer to <3.17.1 (main) (#2556) * fix(deps): update dependency friendsofphp/php-cs-fixer to <3.17.1 * style(legacy): format using php-cs-fixer --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
2023-05-25 15:06:18 +02:00
"friendsofphp/php-cs-fixer"
:
"<3.17.1"
style(legacy): format tools/composer.json
2022-07-11 17:34:19 +02:00
}
}