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-23 17:12:41 +00:00
Code
Issues
Activity
e68fcc0afa
Arsse
/
vendor-bin
/
robo
/
composer.json
8 lines
135 B
JSON
Raw
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
{
"require"
:
{
"consolidation/robo"
:
"^1.1"
,
"pear/archive_tar"
:
"^1.4"
,
Update dev dependencies
2017-12-16 22:11:17 +00:00
"symfony/process"
:
"^3.0"
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