update fetching php
This commit is contained in:
@@ -6,5 +6,4 @@ $vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Clio' => array($vendorDir . '/clio/clio/src'),
|
||||
);
|
||||
|
||||
-11
@@ -113,16 +113,6 @@ class ComposerStaticInit6f86a52ac31283ed9de8003da3458103
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixesPsr0 = array (
|
||||
'C' =>
|
||||
array (
|
||||
'Clio' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/clio/clio/src',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||||
'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
|
||||
@@ -133,7 +123,6 @@ class ComposerStaticInit6f86a52ac31283ed9de8003da3458103
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$prefixDirsPsr4;
|
||||
$loader->prefixesPsr0 = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$prefixesPsr0;
|
||||
$loader->classMap = ComposerStaticInit6f86a52ac31283ed9de8003da3458103::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
|
||||
-48
@@ -1,53 +1,5 @@
|
||||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "clio/clio",
|
||||
"version": "0.1.8",
|
||||
"version_normalized": "0.1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nramenta/clio.git",
|
||||
"reference": "6a9f600b73fa213e817d5c1e67a4641aecd156ef"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nramenta/clio/zipball/6a9f600b73fa213e817d5c1e67a4641aecd156ef",
|
||||
"reference": "6a9f600b73fa213e817d5c1e67a4641aecd156ef",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"time": "2014-06-22T14:49:41+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Clio": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nofriandi Ramenta",
|
||||
"email": "nramenta@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Lightweight utility and helper classes for CLI applications",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"console",
|
||||
"daemon"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nramenta/clio/issues",
|
||||
"source": "https://github.com/nramenta/clio/tree/0.1.8"
|
||||
},
|
||||
"install-path": "../clio/clio"
|
||||
},
|
||||
{
|
||||
"name": "fabpot/goutte",
|
||||
"version": "v4.0.3",
|
||||
|
||||
Vendored
+2
-11
@@ -3,7 +3,7 @@
|
||||
'name' => '__root__',
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '5aff4ac5a61935ccb58762958f7f3a39bf9370f9',
|
||||
'reference' => '263efd5b65eb3add92fd984646c43d19558f3c4e',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
@@ -13,21 +13,12 @@
|
||||
'__root__' => array(
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '5aff4ac5a61935ccb58762958f7f3a39bf9370f9',
|
||||
'reference' => '263efd5b65eb3add92fd984646c43d19558f3c4e',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'clio/clio' => array(
|
||||
'pretty_version' => '0.1.8',
|
||||
'version' => '0.1.8.0',
|
||||
'reference' => '6a9f600b73fa213e817d5c1e67a4641aecd156ef',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../clio/clio',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'fabpot/goutte' => array(
|
||||
'pretty_version' => 'v4.0.3',
|
||||
'version' => '4.0.3.0',
|
||||
|
||||
Reference in New Issue
Block a user