You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
4.0 KiB
JSON
106 lines
4.0 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "1823efd4243bab20abda1d1730af4490",
|
|
"packages": [
|
|
{
|
|
"name": "jrosset/envreader",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.jrosset.ovh/jrosset/PhpEnvReader",
|
|
"reference": "a2565e945f2e74c3150611213d0195e2437471bc"
|
|
},
|
|
"require": {
|
|
"jrosset/singleton": "^1.0",
|
|
"php": "~7.4 || ~8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"jrosset\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"CC-BY-4.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Julien Rosset",
|
|
"email": "jul.rosset@gmail.com"
|
|
}
|
|
],
|
|
"description": "Utility class for ENV file reading",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/PhpEnvReader",
|
|
"support": {
|
|
"docs": "https://git.jrosset.ovh/jrosset/PhpEnvReader/wiki",
|
|
"email": "jul.rosset@gmail.com",
|
|
"issues": "https://git.jrosset.ovh/jrosset/PhpEnvReader/issues",
|
|
"source": "https://git.jrosset.ovh/jrosset/PhpEnvReader",
|
|
"wiki": "https://git.jrosset.ovh/jrosset/PhpEnvReader/wiki"
|
|
},
|
|
"time": "2021-09-03T16:57:27+00:00"
|
|
},
|
|
{
|
|
"name": "jrosset/singleton",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.jrosset.ovh/jrosset/PhpSingleton",
|
|
"reference": "70a0f14c26bf4ac3311589abfcb29fb66e381838"
|
|
},
|
|
"require": {
|
|
"php": "~7.4 || ~8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"jrosset\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"CC-BY-4.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Julien Rosset",
|
|
"email": "jul.rosset@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Trait to implements the singleton design pattern",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/PhpSingleton",
|
|
"support": {
|
|
"docs": "https://git.jrosset.ovh/jrosset/PhpSingleton/wiki",
|
|
"email": "jul.rosset@gmail.com",
|
|
"issues": "https://git.jrosset.ovh/jrosset/PhpSingleton/issues",
|
|
"source": "https://git.jrosset.ovh/jrosset/PhpSingleton",
|
|
"wiki": "https://git.jrosset.ovh/jrosset/PhpSingleton/wiki"
|
|
},
|
|
"time": "2021-09-03T16:34:55+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [ ],
|
|
"aliases": [ ],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [ ],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "~7.4 || ~8.0",
|
|
"ext-curl": "*"
|
|
},
|
|
"platform-dev": [ ],
|
|
"plugin-api-version": "2.1.0"
|
|
}
|