This home page is _personal_
This commit is contained in:
Generated
+124
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"_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": "4aa26239cdb17b13a548c56ac84b5749",
|
||||
"packages": [
|
||||
{
|
||||
"name": "kevinlebrun/colors.php",
|
||||
"version": "0.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kevinlebrun/colors.php.git",
|
||||
"reference": "d132f36d06e48ea080855af19b4bcb1fb615224a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/d132f36d06e48ea080855af19b4bcb1fb615224a",
|
||||
"reference": "d132f36d06e48ea080855af19b4bcb1fb615224a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"satooshi/php-coveralls": "dev-master",
|
||||
"squizlabs/php_codesniffer": "1.*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Colors": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Kevin Le Brun",
|
||||
"email": "lebrun.k@gmail.com",
|
||||
"homepage": "http://kevinlebrun.fr",
|
||||
"role": "developer"
|
||||
}
|
||||
],
|
||||
"description": "Colors for PHP CLI scripts",
|
||||
"homepage": "https://github.com/kevinlebrun/colors.php",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"color",
|
||||
"colors",
|
||||
"console",
|
||||
"shell"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/kevinlebrun/colors.php/issues",
|
||||
"source": "https://github.com/kevinlebrun/colors.php/tree/0.4.1"
|
||||
},
|
||||
"time": "2014-12-23T01:23:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nategood/commando",
|
||||
"version": "0.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nategood/commando.git",
|
||||
"reference": "8fedd49fcb694faf60d87d5c2c4defdffa298fa0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nategood/commando/zipball/8fedd49fcb694faf60d87d5c2c4defdffa298fa0",
|
||||
"reference": "8fedd49fcb694faf60d87d5c2c4defdffa298fa0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"kevinlebrun/colors.php": "~0.2",
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Commando": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nate Good",
|
||||
"email": "me@nategood.com"
|
||||
}
|
||||
],
|
||||
"description": "PHP CLI Commando Style",
|
||||
"homepage": "http://github.com/nategood/commando",
|
||||
"keywords": [
|
||||
"automation",
|
||||
"cli",
|
||||
"command",
|
||||
"command line",
|
||||
"command line interface",
|
||||
"scripting"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nategood/commando/issues",
|
||||
"source": "https://github.com/nategood/commando/tree/v0.4.0"
|
||||
},
|
||||
"time": "2019-07-10T02:37:11+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user