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
81631c662b
leftypol_lainchan
/
composer.json
8 lines
123 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"
,
Use lifo/ip library from composer - this library needed an update anyway as the first step in making this work on php8
2023-07-31 20:50:38 +00:00
"guzzlehttp/guzzle"
:
"^7.0"
,
"lifo/ip"
:
"^1.1"
issue#16 - adding dependency management
2020-12-26 22:43:41 +00:00
}
}