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
ee803af521
leftypol_lainchan
/
composer.json
7 lines
96 B
JSON
Raw
Normal View
History
Unescape
Escape
issue#16 - adding dependency management
2020-12-26 22:43:41 +00:00
{
"require"
:
{
Add guzzle to composer file - also delete weird unit test that doesn't seem to reference any existing function
2022-09-25 23:53:16 +00:00
"phpunit/phpunit"
:
"^5"
,
"guzzlehttp/guzzle"
:
"^7.0"
issue#16 - adding dependency management
2020-12-26 22:43:41 +00:00
}
}