This website requires JavaScript.
Explore
Help
Register
Sign In
0
/
leftypol_lainchan
Watch
1
Star
0
Fork
You've already forked leftypol_lainchan
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
2c6b0625c6
leftypol_lainchan
/
composer.json
9 lines
125 B
JSON
Raw
Normal View
History
Unescape
Escape
issue#16 - adding dependency management
2020-12-26 22:43:41 +00:00
{
"require"
:
{
"phpunit/phpunit"
:
"^5"
github workflows update
2020-12-27 08:42:30 +00:00
}
,
"scripts"
:
{
"test"
:
"vendor/bin/phpunit tests"
issue#16 - adding dependency management
2020-12-26 22:43:41 +00:00
}
}