This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
Arsse
Watch
1
Star
1
Fork
You've already forked Arsse
0
mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced
2024-12-22 13:12:41 +00:00
Code
Issues
Activity
master
Arsse
/
vendor-bin
/
robo
/
composer.json
7 lines
104 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Use Robo for programming task execution The plan had originally been to use Bldr, but Bldr's features were not particularly compelling, and it has not been maintained recently. By contrast Robo has very useful features while still meeting my needs. In addition to migrating the build process, the current Robo file also runs unit tests, with or without coverage reporting. Fixes #116; improves #113
2017-12-08 19:37:49 +00:00
{
Change tool dependencies to "dev" type
2020-01-20 05:36:42 +00:00
"require-dev"
:
{
Address our own deprecations in PHP 8.4
2024-12-15 21:31:57 +00:00
"consolidation/robo"
:
"^5.0"
,
Update tooling for PHP 8
2021-02-25 19:49:17 +00:00
"pear/archive_tar"
:
"^1.4"
Use Robo for programming task execution The plan had originally been to use Bldr, but Bldr's features were not particularly compelling, and it has not been maintained recently. By contrast Robo has very useful features while still meeting my needs. In addition to migrating the build process, the current Robo file also runs unit tests, with or without coverage reporting. Fixes #116; improves #113
2017-12-08 19:37:49 +00:00
}
}
Copy permalink