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
5b4c720e10
libretime
/
legacy
/
tools
/
composer.json
7 lines
89 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
{
chore: mark php-cs-fixer as dev dependency (#2986) ### Description This should remove the update entries from the release-please changelog, as renovate will now consider updates for this dep as `chore` and not `fix`.
2024-04-13 16:08:45 +02:00
"require-dev"
:
{
fix(legacy): set platform requirements to php ^7.4
2022-10-10 21:57:18 +02:00
"php"
:
"^7.4"
,
chore(deps): update dependency friendsofphp/php-cs-fixer to <3.64.1 (#3058)
2024-09-07 21:14:32 +02:00
"friendsofphp/php-cs-fixer"
:
"<3.64.1"
style(legacy): format tools/composer.json
2022-07-11 17:34:19 +02:00
}
}