v0.5.0
This commit is contained in:
22
app/composer.json
Normal file
22
app/composer.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "provm/remote_ip",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^7.7",
|
||||
"monolog/monolog": "^3.3",
|
||||
"php-di/php-di": "^7.0",
|
||||
"symfony/console": "^6.3",
|
||||
"thecodingmachine/safe": "^2.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ProVM\\": "common/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user