[
+ {
+ "name": "brain/hierarchy",
+ "version": "2.3.1",
+ "version_normalized": "2.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Brain-WP/Hierarchy.git",
+ "reference": "239f9bbe49ff6ad1199bbcad308d2c7977bee25a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Brain-WP/Hierarchy/zipball/239f9bbe49ff6ad1199bbcad308d2c7977bee25a",
+ "reference": "239f9bbe49ff6ad1199bbcad308d2c7977bee25a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "antecedent/patchwork": "~1.3.0",
+ "brain/monkey": "~1.2",
+ "gmazzap/andrew": "~1.0",
+ "mockery/mockery": "0.9.3",
+ "phpunit/phpunit": "~4.8",
+ "symfony/finder": "~2.7.0"
+ },
+ "suggest": {
+ "symfony/finder": "Allows loading of templates using Symfony finder component."
+ },
+ "time": "2017-12-28T17:16:07+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.2.x-dev",
+ "dev-dev": "2.0.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Brain\\Hierarchy\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Giuseppe Mazzapica",
+ "email": "giuseppe.mazzapica@gmail.com"
+ }
+ ],
+ "description": "No-dependencies package that embodies WordPress template hierarchy",
+ "keywords": [
+ "wordpress"
+ ]
+ },
{
"name": "composer/installers",
"version": "v1.5.0",
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "^4.8.36"
},
- "time": "2017-12-29 09:13:20",
+ "time": "2017-12-29T09:13:20+00:00",
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
]
},
{
- "name": "brain/hierarchy",
- "version": "2.3.1",
- "version_normalized": "2.3.1.0",
+ "name": "doctrine/inflector",
+ "version": "v1.3.0",
+ "version_normalized": "1.3.0.0",
"source": {
"type": "git",
- "url": "https://github.com/Brain-WP/Hierarchy.git",
- "reference": "239f9bbe49ff6ad1199bbcad308d2c7977bee25a"
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Brain-WP/Hierarchy/zipball/239f9bbe49ff6ad1199bbcad308d2c7977bee25a",
- "reference": "239f9bbe49ff6ad1199bbcad308d2c7977bee25a",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
"shasum": ""
},
"require": {
- "php": ">=5.5"
+ "php": "^7.1"
},
"require-dev": {
- "antecedent/patchwork": "~1.3.0",
- "brain/monkey": "~1.2",
- "gmazzap/andrew": "~1.0",
- "mockery/mockery": "0.9.3",
- "phpunit/phpunit": "~4.8",
- "symfony/finder": "~2.7.0"
- },
- "suggest": {
- "symfony/finder": "Allows loading of templates using Symfony finder component."
+ "phpunit/phpunit": "^6.2"
},
- "time": "2017-12-28 17:16:07",
+ "time": "2018-01-09T20:05:19+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.2.x-dev",
- "dev-dev": "2.0.x-dev"
+ "dev-master": "1.3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Brain\\Hierarchy\\": "src/"
+ "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Giuseppe Mazzapica",
- "email": "giuseppe.mazzapica@gmail.com"
- }
- ],
- "description": "No-dependencies package that embodies WordPress template hierarchy",
- "keywords": [
- "wordpress"
- ]
- },
- {
- "name": "symfony/yaml",
- "version": "v3.4.9",
- "version_normalized": "3.4.9.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/yaml.git",
- "reference": "033cfa61ef06ee0847e056e530201842b6e926c3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/033cfa61ef06ee0847e056e530201842b6e926c3",
- "reference": "033cfa61ef06ee0847e056e530201842b6e926c3",
- "shasum": ""
- },
- "require": {
- "php": "^5.5.9|>=7.0.8"
- },
- "conflict": {
- "symfony/console": "<3.4"
- },
- "require-dev": {
- "symfony/console": "~3.4|~4.0"
- },
- "suggest": {
- "symfony/console": "For validating YAML files using the lint command"
- },
- "time": "2018-04-08 08:21:29",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Yaml\\": ""
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
},
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
},
{
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
}
],
- "description": "Symfony Yaml Component",
- "homepage": "https://symfony.com"
+ "description": "Common String Manipulations with regard to casing and singular/plural rules.",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "inflection",
+ "pluralize",
+ "singularize",
+ "string"
+ ]
},
{
"name": "hassankhan/config",
"suggest": {
"symfony/yaml": "~2.5"
},
- "time": "2016-02-11 16:21:17",
+ "time": "2016-02-11T16:21:17+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
]
},
{
- "name": "soberwp/controller",
- "version": "9.0.0-beta.4",
- "version_normalized": "9.0.0.0-beta4",
+ "name": "illuminate/config",
+ "version": "v5.6.21",
+ "version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/soberwp/controller.git",
- "reference": "2b6c8450f4a3100b16bfc482c825d89422b6adc6"
+ "url": "https://github.com/illuminate/config.git",
+ "reference": "e8158dff3189deed846c84c66c60fa68c21ee579"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/soberwp/controller/zipball/2b6c8450f4a3100b16bfc482c825d89422b6adc6",
- "reference": "2b6c8450f4a3100b16bfc482c825d89422b6adc6",
+ "url": "https://api.github.com/repos/illuminate/config/zipball/e8158dff3189deed846c84c66c60fa68c21ee579",
+ "reference": "e8158dff3189deed846c84c66c60fa68c21ee579",
"shasum": ""
},
"require": {
- "brain/hierarchy": "^2.3",
- "composer/installers": "~1.0",
- "hassankhan/config": "^0.10.0",
- "php": ">=5.6.0",
- "symfony/yaml": "^3.2"
+ "illuminate/contracts": "5.6.*",
+ "illuminate/support": "5.6.*",
+ "php": "^7.1.3"
},
- "require-dev": {
- "squizlabs/php_codesniffer": "2.*"
+ "time": "2017-11-07T20:23:51+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.6-dev"
+ }
},
- "time": "2017-08-22 17:35:30",
- "type": "package",
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Sober\\Controller\\": "src/",
- "Sober\\Controller\\Module\\": "src/Module/"
- },
- "files": [
- "controller.php"
- ]
+ "Illuminate\\Config\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Darren Jacoby",
- "email": "darren@jacoby.co.za",
- "homepage": "https://github.com/darrenjacoby"
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
}
],
- "description": "WordPress package to enable a basic controller when using Blade with Sage 9",
- "homepage": "https://github.com/soberwp",
- "keywords": [
- "wordpress"
- ]
+ "description": "The Illuminate Config package.",
+ "homepage": "https://laravel.com"
},
{
- "name": "symfony/polyfill-mbstring",
- "version": "v1.8.0",
- "version_normalized": "1.8.0.0",
+ "name": "illuminate/console",
+ "version": "v5.6.21",
+ "version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "3296adf6a6454a050679cde90f95350ad604b171"
+ "url": "https://github.com/illuminate/console.git",
+ "reference": "80fda6b3fddc07e81351260fa21e92496fc13b7e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
- "reference": "3296adf6a6454a050679cde90f95350ad604b171",
+ "url": "https://api.github.com/repos/illuminate/console/zipball/80fda6b3fddc07e81351260fa21e92496fc13b7e",
+ "reference": "80fda6b3fddc07e81351260fa21e92496fc13b7e",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "illuminate/contracts": "5.6.*",
+ "illuminate/support": "5.6.*",
+ "php": "^7.1.3",
+ "symfony/console": "~4.0"
},
"suggest": {
- "ext-mbstring": "For best performance"
+ "dragonmantank/cron-expression": "Required to use scheduling component (~2.0).",
+ "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
+ "symfony/process": "Required to use scheduling component (~4.0)."
},
- "time": "2018-04-26 10:06:28",
+ "time": "2018-05-02T14:47:56+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.8-dev"
+ "dev-master": "5.6-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
+ "Illuminate\\Console\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
}
],
- "description": "Symfony polyfill for the Mbstring extension",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "mbstring",
- "polyfill",
- "portable",
- "shim"
- ]
+ "description": "The Illuminate Console package.",
+ "homepage": "https://laravel.com"
},
{
- "name": "symfony/translation",
- "version": "v4.0.9",
- "version_normalized": "4.0.9.0",
+ "name": "illuminate/container",
+ "version": "v5.6.21",
+ "version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/translation.git",
- "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
+ "url": "https://github.com/illuminate/container.git",
+ "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
- "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
+ "url": "https://api.github.com/repos/illuminate/container/zipball/4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
+ "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
"shasum": ""
},
"require": {
+ "illuminate/contracts": "5.6.*",
"php": "^7.1.3",
- "symfony/polyfill-mbstring": "~1.0"
- },
- "conflict": {
- "symfony/config": "<3.4",
- "symfony/dependency-injection": "<3.4",
- "symfony/yaml": "<3.4"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/config": "~3.4|~4.0",
- "symfony/dependency-injection": "~3.4|~4.0",
- "symfony/finder": "~2.8|~3.0|~4.0",
- "symfony/intl": "~3.4|~4.0",
- "symfony/yaml": "~3.4|~4.0"
- },
- "suggest": {
- "psr/log-implementation": "To use logging capability in translator",
- "symfony/config": "",
- "symfony/yaml": ""
+ "psr/container": "~1.0"
},
- "time": "2018-04-30 01:23:47",
+ "time": "2018-01-21T02:13:38+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.0-dev"
+ "dev-master": "5.6-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Translation\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
+ "Illuminate\\Container\\": ""
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
}
],
- "description": "Symfony Translation Component",
- "homepage": "https://symfony.com"
+ "description": "The Illuminate Container package.",
+ "homepage": "https://laravel.com"
},
{
- "name": "nesbot/carbon",
- "version": "1.27.0",
- "version_normalized": "1.27.0.0",
+ "name": "illuminate/contracts",
+ "version": "v5.6.21",
+ "version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9"
+ "url": "https://github.com/illuminate/contracts.git",
+ "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
- "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4",
+ "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4",
"shasum": ""
},
"require": {
- "php": ">=5.3.9",
- "symfony/translation": "~2.6 || ~3.0 || ~4.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "~2",
- "phpunit/phpunit": "^4.8.35 || ^5.7"
+ "php": "^7.1.3",
+ "psr/container": "~1.0",
+ "psr/simple-cache": "~1.0"
},
- "time": "2018-04-23 09:02:57",
+ "time": "2018-05-08T13:22:33+00:00",
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.6-dev"
+ }
+ },
"installation-source": "dist",
"autoload": {
"psr-4": {
- "": "src/"
+ "Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Brian Nesbitt",
- "email": "brian@nesbot.com",
- "homepage": "http://nesbot.com"
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
}
],
- "description": "A simple API extension for DateTime.",
- "homepage": "http://carbon.nesbot.com",
- "keywords": [
- "date",
- "datetime",
- "time"
- ]
+ "description": "The Illuminate Contracts package.",
+ "homepage": "https://laravel.com"
},
{
- "name": "psr/simple-cache",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
+ "name": "illuminate/events",
+ "version": "v5.6.21",
+ "version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/php-fig/simple-cache.git",
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
+ "url": "https://github.com/illuminate/events.git",
+ "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
+ "url": "https://api.github.com/repos/illuminate/events/zipball/b6e73ed40478cef2ef98d5ddb27f333291606cea",
+ "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "illuminate/container": "5.6.*",
+ "illuminate/contracts": "5.6.*",
+ "illuminate/support": "5.6.*",
+ "php": "^7.1.3"
},
- "time": "2017-10-23 01:57:42",
+ "time": "2018-02-26T19:00:55+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "5.6-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Psr\\SimpleCache\\": "src/"
+ "Illuminate\\Events\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
}
],
- "description": "Common interfaces for simple caching",
- "keywords": [
- "cache",
- "caching",
- "psr",
- "psr-16",
- "simple-cache"
- ]
+ "description": "The Illuminate Events package.",
+ "homepage": "https://laravel.com"
},
{
- "name": "psr/container",
- "version": "1.0.0",
- "version_normalized": "1.0.0.0",
+ "name": "illuminate/filesystem",
+ "version": "v5.6.21",
+ "version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
+ "url": "https://github.com/illuminate/filesystem.git",
+ "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
+ "url": "https://api.github.com/repos/illuminate/filesystem/zipball/a4ca4a9c2f969ec227748ab334693144995ba0ce",
+ "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "illuminate/contracts": "5.6.*",
+ "illuminate/support": "5.6.*",
+ "php": "^7.1.3",
+ "symfony/finder": "~4.0"
+ },
+ "suggest": {
+ "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
+ "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
+ "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
+ "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
+ "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)."
},
- "time": "2017-02-14 16:28:37",
+ "time": "2018-05-02T16:10:37+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "5.6-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Psr\\Container\\": "src/"
+ "Illuminate\\Filesystem\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
}
],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
- ]
+ "description": "The Illuminate Filesystem package.",
+ "homepage": "https://laravel.com"
},
{
- "name": "illuminate/contracts",
+ "name": "illuminate/support",
"version": "v5.6.21",
"version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/contracts.git",
- "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4"
+ "url": "https://github.com/illuminate/support.git",
+ "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/contracts/zipball/6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4",
- "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4",
+ "url": "https://api.github.com/repos/illuminate/support/zipball/6e84d4140310246ace38fdb0909da5b2fb22eadf",
+ "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
- "psr/container": "~1.0",
- "psr/simple-cache": "~1.0"
+ "doctrine/inflector": "~1.1",
+ "ext-mbstring": "*",
+ "illuminate/contracts": "5.6.*",
+ "nesbot/carbon": "^1.24.1",
+ "php": "^7.1.3"
+ },
+ "conflict": {
+ "tightenco/collect": "<5.5.33"
+ },
+ "suggest": {
+ "illuminate/filesystem": "Required to use the composer class (5.6.*).",
+ "symfony/process": "Required to use the composer class (~4.0).",
+ "symfony/var-dumper": "Required to use the dd function (~4.0)."
},
- "time": "2018-05-08 13:22:33",
+ "time": "2018-05-07T14:12:37+00:00",
"type": "library",
"extra": {
"branch-alias": {
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Illuminate\\Contracts\\": ""
- }
+ "Illuminate\\Support\\": ""
+ },
+ "files": [
+ "helpers.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"email": "taylor@laravel.com"
}
],
- "description": "The Illuminate Contracts package.",
+ "description": "The Illuminate Support package.",
"homepage": "https://laravel.com"
},
{
- "name": "doctrine/inflector",
- "version": "v1.3.0",
- "version_normalized": "1.3.0.0",
+ "name": "illuminate/view",
+ "version": "v5.6.21",
+ "version_normalized": "5.6.21.0",
"source": {
"type": "git",
- "url": "https://github.com/doctrine/inflector.git",
- "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
+ "url": "https://github.com/illuminate/view.git",
+ "reference": "54eaf45ee7946d8f8cde13d5e89c5ea2e997040d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
- "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
+ "url": "https://api.github.com/repos/illuminate/view/zipball/54eaf45ee7946d8f8cde13d5e89c5ea2e997040d",
+ "reference": "54eaf45ee7946d8f8cde13d5e89c5ea2e997040d",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "illuminate/container": "5.6.*",
+ "illuminate/contracts": "5.6.*",
+ "illuminate/events": "5.6.*",
+ "illuminate/filesystem": "5.6.*",
+ "illuminate/support": "5.6.*",
+ "php": "^7.1.3",
+ "symfony/debug": "~4.0"
},
- "require-dev": {
- "phpunit/phpunit": "^6.2"
- },
- "time": "2018-01-09 20:05:19",
+ "time": "2018-04-03T12:56:35+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.3.x-dev"
+ "dev-master": "5.6-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
+ "Illuminate\\View\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Illuminate View package.",
+ "homepage": "https://laravel.com"
+ },
+ {
+ "name": "log1x/blade-svg-sage",
+ "version": "v1.0.6",
+ "version_normalized": "1.0.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Log1x/blade-svg-sage.git",
+ "reference": "c41f1180d1eab3ea1040eb8bb2d02082bccc9c20"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Log1x/blade-svg-sage/zipball/c41f1180d1eab3ea1040eb8bb2d02082bccc9c20",
+ "reference": "c41f1180d1eab3ea1040eb8bb2d02082bccc9c20",
+ "shasum": ""
+ },
+ "require": {
+ "nothingworks/blade-svg": "^0.2.1",
+ "wikimedia/relpath": "^2.1"
+ },
+ "time": "2018-02-06T19:18:31+00:00",
+ "type": "package",
+ "installation-source": "dist",
+ "autoload": {
+ "files": [
+ "src/helpers.php",
+ "src/blade-svg-sage.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
{
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
+ "name": "Brandon Nifong",
+ "email": "brandon@tendency.me"
+ }
+ ],
+ "homepage": "https://github.com/log1x/blade-svg-sage"
+ },
+ {
+ "name": "nesbot/carbon",
+ "version": "1.27.0",
+ "version_normalized": "1.27.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/briannesbitt/Carbon.git",
+ "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
+ "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.9",
+ "symfony/translation": "~2.6 || ~3.0 || ~4.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "~2",
+ "phpunit/phpunit": "^4.8.35 || ^5.7"
+ },
+ "time": "2018-04-23T09:02:57+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
{
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
+ "name": "Brian Nesbitt",
+ "email": "brian@nesbot.com",
+ "homepage": "http://nesbot.com"
}
],
- "description": "Common String Manipulations with regard to casing and singular/plural rules.",
- "homepage": "http://www.doctrine-project.org",
+ "description": "A simple API extension for DateTime.",
+ "homepage": "http://carbon.nesbot.com",
"keywords": [
- "inflection",
- "pluralize",
- "singularize",
- "string"
+ "date",
+ "datetime",
+ "time"
]
},
{
- "name": "illuminate/support",
- "version": "v5.6.21",
- "version_normalized": "5.6.21.0",
+ "name": "nothingworks/blade-svg",
+ "version": "v0.2.2",
+ "version_normalized": "0.2.2.0",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/support.git",
- "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf"
+ "url": "https://github.com/adamwathan/blade-svg.git",
+ "reference": "fad56a6e5fb970e55b9745e547106ca09273fe24"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/support/zipball/6e84d4140310246ace38fdb0909da5b2fb22eadf",
- "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf",
+ "url": "https://api.github.com/repos/adamwathan/blade-svg/zipball/fad56a6e5fb970e55b9745e547106ca09273fe24",
+ "reference": "fad56a6e5fb970e55b9745e547106ca09273fe24",
"shasum": ""
},
"require": {
- "doctrine/inflector": "~1.1",
- "ext-mbstring": "*",
- "illuminate/contracts": "5.6.*",
- "nesbot/carbon": "^1.24.1",
- "php": "^7.1.3"
- },
- "conflict": {
- "tightenco/collect": "<5.5.33"
+ "illuminate/filesystem": "^5.3",
+ "illuminate/support": "^5.3"
},
- "suggest": {
- "illuminate/filesystem": "Required to use the composer class (5.6.*).",
- "symfony/process": "Required to use the composer class (~4.0).",
- "symfony/var-dumper": "Required to use the dd function (~4.0)."
+ "require-dev": {
+ "mockery/mockery": "^0.9.5",
+ "phpunit/phpunit": "^5.5"
},
- "time": "2018-05-07 14:12:37",
+ "time": "2017-08-13T20:55:40+00:00",
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "5.6-dev"
+ "laravel": {
+ "providers": [
+ "BladeSvg\\BladeSvgServiceProvider"
+ ]
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Illuminate\\Support\\": ""
+ "BladeSvg\\": "src/"
},
"files": [
- "helpers.php"
+ "src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
+ "name": "Adam Wathan",
+ "email": "adam.wathan@gmail.com"
}
- ],
- "description": "The Illuminate Support package.",
- "homepage": "https://laravel.com"
+ ]
},
{
- "name": "illuminate/config",
- "version": "v5.6.21",
- "version_normalized": "5.6.21.0",
+ "name": "psr/container",
+ "version": "1.0.0",
+ "version_normalized": "1.0.0.0",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/config.git",
- "reference": "e8158dff3189deed846c84c66c60fa68c21ee579"
+ "url": "https://github.com/php-fig/container.git",
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/config/zipball/e8158dff3189deed846c84c66c60fa68c21ee579",
- "reference": "e8158dff3189deed846c84c66c60fa68c21ee579",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
- "illuminate/contracts": "5.6.*",
- "illuminate/support": "5.6.*",
- "php": "^7.1.3"
+ "php": ">=5.3.0"
},
- "time": "2017-11-07 20:23:51",
+ "time": "2017-02-14T16:28:37+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "5.6-dev"
+ "dev-master": "1.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Illuminate\\Config\\": ""
+ "Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
}
],
- "description": "The Illuminate Config package.",
- "homepage": "https://laravel.com"
+ "description": "Common Container Interface (PHP FIG PSR-11)",
+ "homepage": "https://github.com/php-fig/container",
+ "keywords": [
+ "PSR-11",
+ "container",
+ "container-interface",
+ "container-interop",
+ "psr"
+ ]
},
{
"name": "psr/log",
"require": {
"php": ">=5.3.0"
},
- "time": "2016-10-10 12:19:37",
+ "time": "2016-10-10T12:19:37+00:00",
"type": "library",
"extra": {
"branch-alias": {
]
},
{
- "name": "symfony/debug",
- "version": "v4.0.9",
- "version_normalized": "4.0.9.0",
+ "name": "psr/simple-cache",
+ "version": "1.0.1",
+ "version_normalized": "1.0.1.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/debug.git",
- "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
+ "url": "https://github.com/php-fig/simple-cache.git",
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
- "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
- "psr/log": "~1.0"
- },
- "conflict": {
- "symfony/http-kernel": "<3.4"
- },
- "require-dev": {
- "symfony/http-kernel": "~3.4|~4.0"
+ "php": ">=5.3.0"
},
- "time": "2018-04-30 16:59:37",
+ "time": "2017-10-23T01:57:42+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.0-dev"
+ "dev-master": "1.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Debug\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
+ "Psr\\SimpleCache\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
}
],
- "description": "Symfony Debug Component",
- "homepage": "https://symfony.com"
+ "description": "Common interfaces for simple caching",
+ "keywords": [
+ "cache",
+ "caching",
+ "psr",
+ "psr-16",
+ "simple-cache"
+ ]
},
{
- "name": "symfony/finder",
- "version": "v4.0.9",
- "version_normalized": "4.0.9.0",
- "source": {
+ "name": "roots/sage-installer",
+ "version": "1.3.6",
+ "version_normalized": "1.3.6.0",
+ "source": {
"type": "git",
- "url": "https://github.com/symfony/finder.git",
- "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
+ "url": "https://github.com/roots/sage-installer.git",
+ "reference": "e811ab937a36b321ea88ec6000ab3d5019b8f2b1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
- "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
+ "url": "https://api.github.com/repos/roots/sage-installer/zipball/e811ab937a36b321ea88ec6000ab3d5019b8f2b1",
+ "reference": "e811ab937a36b321ea88ec6000ab3d5019b8f2b1",
"shasum": ""
},
"require": {
- "php": "^7.1.3"
+ "illuminate/console": "~5.6",
+ "illuminate/filesystem": "~5.6",
+ "symfony/process": "~3.3"
},
- "time": "2018-04-04 05:10:37",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.0-dev"
- }
+ "require-dev": {
+ "squizlabs/php_codesniffer": "~3.0"
},
+ "time": "2018-04-25T17:45:56+00:00",
+ "bin": [
+ "bin/sage"
+ ],
+ "type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Finder\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
+ "Roots\\Sage\\Installer\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Ben Word",
+ "email": "ben@benword.com",
+ "homepage": "https://github.com/retlehs"
},
{
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "QWp6t",
+ "email": "hi@qwp6t.me",
+ "homepage": "https://github.com/qwp6t"
}
],
- "description": "Symfony Finder Component",
- "homepage": "https://symfony.com"
+ "description": "Sage starter theme installer",
+ "keywords": [
+ "bootstrap",
+ "foundation",
+ "sage",
+ "tachyons",
+ "theme",
+ "wordpress"
+ ]
},
{
- "name": "illuminate/filesystem",
- "version": "v5.6.21",
- "version_normalized": "5.6.21.0",
+ "name": "roots/sage-lib",
+ "version": "9.0.1",
+ "version_normalized": "9.0.1.0",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/filesystem.git",
- "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce"
+ "url": "https://github.com/roots/sage-lib.git",
+ "reference": "36573cd93b8109633c953e3f05b9f7d654bad885"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/filesystem/zipball/a4ca4a9c2f969ec227748ab334693144995ba0ce",
- "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce",
+ "url": "https://api.github.com/repos/roots/sage-lib/zipball/36573cd93b8109633c953e3f05b9f7d654bad885",
+ "reference": "36573cd93b8109633c953e3f05b9f7d654bad885",
"shasum": ""
},
"require": {
- "illuminate/contracts": "5.6.*",
- "illuminate/support": "5.6.*",
- "php": "^7.1.3",
- "symfony/finder": "~4.0"
+ "composer/installers": "~1.0",
+ "illuminate/config": "~5.6",
+ "illuminate/view": "~5.6",
+ "php": ">=7"
},
- "suggest": {
- "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
- "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
- "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
- "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
- "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)."
+ "require-dev": {
+ "squizlabs/php_codesniffer": "~3.0"
},
- "time": "2018-05-02 16:10:37",
+ "time": "2018-04-25T17:24:31+00:00",
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.6-dev"
- }
- },
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Illuminate\\Filesystem\\": ""
+ "Roots\\Sage\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
+ "name": "Ben Word",
+ "email": "ben@benword.com",
+ "homepage": "https://github.com/retlehs"
+ },
+ {
+ "name": "QWp6t",
+ "email": "hi@qwp6t.me",
+ "homepage": "https://github.com/qwp6t"
}
],
- "description": "The Illuminate Filesystem package.",
- "homepage": "https://laravel.com"
+ "description": "Library files for Sage Starter Theme",
+ "homepage": "https://roots.io/sage/",
+ "keywords": [
+ "wordpress"
+ ]
},
{
- "name": "illuminate/container",
- "version": "v5.6.21",
- "version_normalized": "5.6.21.0",
+ "name": "roots/sage-woocommerce",
+ "version": "1.0.4",
+ "version_normalized": "1.0.4.0",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/container.git",
- "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a"
+ "url": "https://github.com/roots/sage-woocommerce.git",
+ "reference": "def4d3db371e10b6114c37ec1da67b0e9bceadac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/container/zipball/4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
- "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
+ "url": "https://api.github.com/repos/roots/sage-woocommerce/zipball/def4d3db371e10b6114c37ec1da67b0e9bceadac",
+ "reference": "def4d3db371e10b6114c37ec1da67b0e9bceadac",
"shasum": ""
},
- "require": {
- "illuminate/contracts": "5.6.*",
- "php": "^7.1.3",
- "psr/container": "~1.0"
- },
- "time": "2018-01-21 02:13:38",
+ "time": "2020-01-11T02:28:25+00:00",
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.6-dev"
- }
- },
"installation-source": "dist",
"autoload": {
- "psr-4": {
- "Illuminate\\Container\\": ""
- }
+ "files": [
+ "src/woocommerce.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
+ "name": "Daniel Mejta",
+ "email": "daniel@mejta.net"
}
],
- "description": "The Illuminate Container package.",
- "homepage": "https://laravel.com"
+ "description": "WooCommerce integration for Sage 9"
},
{
- "name": "illuminate/events",
- "version": "v5.6.21",
- "version_normalized": "5.6.21.0",
+ "name": "soberwp/controller",
+ "version": "9.0.0-beta.4",
+ "version_normalized": "9.0.0.0-beta4",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/events.git",
- "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea"
+ "url": "https://github.com/soberwp/controller.git",
+ "reference": "2b6c8450f4a3100b16bfc482c825d89422b6adc6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/events/zipball/b6e73ed40478cef2ef98d5ddb27f333291606cea",
- "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea",
+ "url": "https://api.github.com/repos/soberwp/controller/zipball/2b6c8450f4a3100b16bfc482c825d89422b6adc6",
+ "reference": "2b6c8450f4a3100b16bfc482c825d89422b6adc6",
"shasum": ""
},
"require": {
- "illuminate/container": "5.6.*",
- "illuminate/contracts": "5.6.*",
- "illuminate/support": "5.6.*",
- "php": "^7.1.3"
+ "brain/hierarchy": "^2.3",
+ "composer/installers": "~1.0",
+ "hassankhan/config": "^0.10.0",
+ "php": ">=5.6.0",
+ "symfony/yaml": "^3.2"
},
- "time": "2018-02-26 19:00:55",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.6-dev"
- }
+ "require-dev": {
+ "squizlabs/php_codesniffer": "2.*"
},
+ "time": "2017-08-22T17:35:30+00:00",
+ "type": "package",
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Illuminate\\Events\\": ""
- }
+ "Sober\\Controller\\": "src/",
+ "Sober\\Controller\\Module\\": "src/Module/"
+ },
+ "files": [
+ "controller.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
+ "name": "Darren Jacoby",
+ "email": "darren@jacoby.co.za",
+ "homepage": "https://github.com/darrenjacoby"
}
],
- "description": "The Illuminate Events package.",
- "homepage": "https://laravel.com"
+ "description": "WordPress package to enable a basic controller when using Blade with Sage 9",
+ "homepage": "https://github.com/soberwp",
+ "keywords": [
+ "wordpress"
+ ]
},
{
- "name": "illuminate/view",
- "version": "v5.6.21",
- "version_normalized": "5.6.21.0",
+ "name": "squizlabs/php_codesniffer",
+ "version": "2.9.1",
+ "version_normalized": "2.9.1.0",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/view.git",
- "reference": "54eaf45ee7946d8f8cde13d5e89c5ea2e997040d"
+ "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
+ "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/view/zipball/54eaf45ee7946d8f8cde13d5e89c5ea2e997040d",
- "reference": "54eaf45ee7946d8f8cde13d5e89c5ea2e997040d",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
+ "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
"shasum": ""
},
"require": {
- "illuminate/container": "5.6.*",
- "illuminate/contracts": "5.6.*",
- "illuminate/events": "5.6.*",
- "illuminate/filesystem": "5.6.*",
- "illuminate/support": "5.6.*",
- "php": "^7.1.3",
- "symfony/debug": "~4.0"
+ "ext-simplexml": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": ">=5.1.2"
},
- "time": "2018-04-03 12:56:35",
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "time": "2017-05-22T02:43:20+00:00",
+ "bin": [
+ "scripts/phpcs",
+ "scripts/phpcbf"
+ ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "5.6-dev"
+ "dev-master": "2.x-dev"
}
},
"installation-source": "dist",
"autoload": {
- "psr-4": {
- "Illuminate\\View\\": ""
- }
+ "classmap": [
+ "CodeSniffer.php",
+ "CodeSniffer/CLI.php",
+ "CodeSniffer/Exception.php",
+ "CodeSniffer/File.php",
+ "CodeSniffer/Fixer.php",
+ "CodeSniffer/Report.php",
+ "CodeSniffer/Reporting.php",
+ "CodeSniffer/Sniff.php",
+ "CodeSniffer/Tokens.php",
+ "CodeSniffer/Reports/",
+ "CodeSniffer/Tokenizers/",
+ "CodeSniffer/DocGenerators/",
+ "CodeSniffer/Standards/AbstractPatternSniff.php",
+ "CodeSniffer/Standards/AbstractScopeSniff.php",
+ "CodeSniffer/Standards/AbstractVariableSniff.php",
+ "CodeSniffer/Standards/IncorrectPatternException.php",
+ "CodeSniffer/Standards/Generic/Sniffs/",
+ "CodeSniffer/Standards/MySource/Sniffs/",
+ "CodeSniffer/Standards/PEAR/Sniffs/",
+ "CodeSniffer/Standards/PSR1/Sniffs/",
+ "CodeSniffer/Standards/PSR2/Sniffs/",
+ "CodeSniffer/Standards/Squiz/Sniffs/",
+ "CodeSniffer/Standards/Zend/Sniffs/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
+ "name": "Greg Sherwood",
+ "role": "lead"
}
],
- "description": "The Illuminate View package.",
- "homepage": "https://laravel.com"
+ "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
+ "homepage": "http://www.squizlabs.com/php-codesniffer",
+ "keywords": [
+ "phpcs",
+ "standards"
+ ]
},
{
- "name": "roots/sage-lib",
- "version": "9.0.1",
- "version_normalized": "9.0.1.0",
+ "name": "symfony/console",
+ "version": "v4.0.9",
+ "version_normalized": "4.0.9.0",
"source": {
"type": "git",
- "url": "https://github.com/roots/sage-lib.git",
- "reference": "36573cd93b8109633c953e3f05b9f7d654bad885"
+ "url": "https://github.com/symfony/console.git",
+ "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/roots/sage-lib/zipball/36573cd93b8109633c953e3f05b9f7d654bad885",
- "reference": "36573cd93b8109633c953e3f05b9f7d654bad885",
+ "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
+ "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
"shasum": ""
},
"require": {
- "composer/installers": "~1.0",
- "illuminate/config": "~5.6",
- "illuminate/view": "~5.6",
- "php": ">=7"
+ "php": "^7.1.3",
+ "symfony/polyfill-mbstring": "~1.0"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<3.4",
+ "symfony/process": "<3.3"
},
"require-dev": {
- "squizlabs/php_codesniffer": "~3.0"
+ "psr/log": "~1.0",
+ "symfony/config": "~3.4|~4.0",
+ "symfony/dependency-injection": "~3.4|~4.0",
+ "symfony/event-dispatcher": "~3.4|~4.0",
+ "symfony/lock": "~3.4|~4.0",
+ "symfony/process": "~3.4|~4.0"
},
- "time": "2018-04-25 17:24:31",
+ "suggest": {
+ "psr/log-implementation": "For using the console logger",
+ "symfony/event-dispatcher": "",
+ "symfony/lock": "",
+ "symfony/process": ""
+ },
+ "time": "2018-04-30T01:23:47+00:00",
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Roots\\Sage\\": ""
- }
+ "Symfony\\Component\\Console\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Ben Word",
- "email": "ben@benword.com",
- "homepage": "https://github.com/retlehs"
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
},
{
- "name": "QWp6t",
- "email": "hi@qwp6t.me",
- "homepage": "https://github.com/qwp6t"
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "Library files for Sage Starter Theme",
- "homepage": "https://roots.io/sage/",
- "keywords": [
- "wordpress"
- ]
+ "description": "Symfony Console Component",
+ "homepage": "https://symfony.com"
},
{
- "name": "wikimedia/relpath",
- "version": "2.1.1",
- "version_normalized": "2.1.1.0",
+ "name": "symfony/debug",
+ "version": "v4.0.9",
+ "version_normalized": "4.0.9.0",
"source": {
"type": "git",
- "url": "https://github.com/wikimedia/RelPath.git",
- "reference": "35e701ff16abf461bb8676a9d9177f86fa0b2c94"
+ "url": "https://github.com/symfony/debug.git",
+ "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/wikimedia/RelPath/zipball/35e701ff16abf461bb8676a9d9177f86fa0b2c94",
- "reference": "35e701ff16abf461bb8676a9d9177f86fa0b2c94",
+ "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
+ "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
"shasum": ""
},
"require": {
- "php": ">=5.5.9"
- },
- "require-dev": {
- "jakub-onderka/php-parallel-lint": "^0.9.0.0",
- "mediawiki/mediawiki-codesniffer": "15.0.0",
- "phpunit/phpunit": "^4.8.9.0"
- },
- "time": "2018-01-18 21:23:40",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/RelPath/RelPath.php",
- "src/Wikimedia/RelPath.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ori Livneh",
- "email": "ori@wikimedia.org"
- }
- ],
- "description": "Compute a relative filepath between two paths.",
- "homepage": "https://www.mediawiki.org/wiki/RelPath"
- },
- {
- "name": "nothingworks/blade-svg",
- "version": "v0.2.2",
- "version_normalized": "0.2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/adamwathan/blade-svg.git",
- "reference": "fad56a6e5fb970e55b9745e547106ca09273fe24"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/adamwathan/blade-svg/zipball/fad56a6e5fb970e55b9745e547106ca09273fe24",
- "reference": "fad56a6e5fb970e55b9745e547106ca09273fe24",
- "shasum": ""
+ "php": "^7.1.3",
+ "psr/log": "~1.0"
},
- "require": {
- "illuminate/filesystem": "^5.3",
- "illuminate/support": "^5.3"
+ "conflict": {
+ "symfony/http-kernel": "<3.4"
},
"require-dev": {
- "mockery/mockery": "^0.9.5",
- "phpunit/phpunit": "^5.5"
+ "symfony/http-kernel": "~3.4|~4.0"
},
- "time": "2017-08-13 20:55:40",
+ "time": "2018-04-30T16:59:37+00:00",
"type": "library",
"extra": {
- "laravel": {
- "providers": [
- "BladeSvg\\BladeSvgServiceProvider"
- ]
+ "branch-alias": {
+ "dev-master": "4.0-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "BladeSvg\\": "src/"
+ "Symfony\\Component\\Debug\\": ""
},
- "files": [
- "src/helpers.php"
+ "exclude-from-classmap": [
+ "/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Adam Wathan",
- "email": "adam.wathan@gmail.com"
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
- ]
+ ],
+ "description": "Symfony Debug Component",
+ "homepage": "https://symfony.com"
},
{
- "name": "log1x/blade-svg-sage",
- "version": "v1.0.6",
- "version_normalized": "1.0.6.0",
+ "name": "symfony/finder",
+ "version": "v4.0.9",
+ "version_normalized": "4.0.9.0",
"source": {
"type": "git",
- "url": "https://github.com/Log1x/blade-svg-sage.git",
- "reference": "c41f1180d1eab3ea1040eb8bb2d02082bccc9c20"
+ "url": "https://github.com/symfony/finder.git",
+ "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Log1x/blade-svg-sage/zipball/c41f1180d1eab3ea1040eb8bb2d02082bccc9c20",
- "reference": "c41f1180d1eab3ea1040eb8bb2d02082bccc9c20",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
+ "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
"shasum": ""
},
"require": {
- "nothingworks/blade-svg": "^0.2.1",
- "wikimedia/relpath": "^2.1"
+ "php": "^7.1.3"
+ },
+ "time": "2018-04-04T05:10:37+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
},
- "time": "2018-02-06 19:18:31",
- "type": "package",
"installation-source": "dist",
"autoload": {
- "files": [
- "src/helpers.php",
- "src/blade-svg-sage.php"
+ "psr-4": {
+ "Symfony\\Component\\Finder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
- "name": "Brandon Nifong",
- "email": "brandon@tendency.me"
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
- "homepage": "https://github.com/log1x/blade-svg-sage"
+ "description": "Symfony Finder Component",
+ "homepage": "https://symfony.com"
},
{
- "name": "squizlabs/php_codesniffer",
- "version": "2.9.1",
- "version_normalized": "2.9.1.0",
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.8.0",
+ "version_normalized": "1.8.0.0",
"source": {
"type": "git",
- "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "3296adf6a6454a050679cde90f95350ad604b171"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
- "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
+ "reference": "3296adf6a6454a050679cde90f95350ad604b171",
"shasum": ""
},
"require": {
- "ext-simplexml": "*",
- "ext-tokenizer": "*",
- "ext-xmlwriter": "*",
- "php": ">=5.1.2"
+ "php": ">=5.3.3"
},
- "require-dev": {
- "phpunit/phpunit": "~4.0"
+ "suggest": {
+ "ext-mbstring": "For best performance"
},
- "time": "2017-05-22 02:43:20",
- "bin": [
- "scripts/phpcs",
- "scripts/phpcbf"
- ],
+ "time": "2018-04-26T10:06:28+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.x-dev"
+ "dev-master": "1.8-dev"
}
},
"installation-source": "dist",
"autoload": {
- "classmap": [
- "CodeSniffer.php",
- "CodeSniffer/CLI.php",
- "CodeSniffer/Exception.php",
- "CodeSniffer/File.php",
- "CodeSniffer/Fixer.php",
- "CodeSniffer/Report.php",
- "CodeSniffer/Reporting.php",
- "CodeSniffer/Sniff.php",
- "CodeSniffer/Tokens.php",
- "CodeSniffer/Reports/",
- "CodeSniffer/Tokenizers/",
- "CodeSniffer/DocGenerators/",
- "CodeSniffer/Standards/AbstractPatternSniff.php",
- "CodeSniffer/Standards/AbstractScopeSniff.php",
- "CodeSniffer/Standards/AbstractVariableSniff.php",
- "CodeSniffer/Standards/IncorrectPatternException.php",
- "CodeSniffer/Standards/Generic/Sniffs/",
- "CodeSniffer/Standards/MySource/Sniffs/",
- "CodeSniffer/Standards/PEAR/Sniffs/",
- "CodeSniffer/Standards/PSR1/Sniffs/",
- "CodeSniffer/Standards/PSR2/Sniffs/",
- "CodeSniffer/Standards/Squiz/Sniffs/",
- "CodeSniffer/Standards/Zend/Sniffs/"
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ },
+ "files": [
+ "bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-3-Clause"
+ "MIT"
],
"authors": [
{
- "name": "Greg Sherwood",
- "role": "lead"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
- "homepage": "http://www.squizlabs.com/php-codesniffer",
+ "description": "Symfony polyfill for the Mbstring extension",
+ "homepage": "https://symfony.com",
"keywords": [
- "phpcs",
- "standards"
+ "compatibility",
+ "mbstring",
+ "polyfill",
+ "portable",
+ "shim"
]
},
{
"require": {
"php": "^5.5.9|>=7.0.8"
},
- "time": "2018-04-03 05:22:50",
+ "time": "2018-04-03T05:22:50+00:00",
"type": "library",
"extra": {
"branch-alias": {
"homepage": "https://symfony.com"
},
{
- "name": "symfony/console",
+ "name": "symfony/translation",
"version": "v4.0.9",
"version_normalized": "4.0.9.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/console.git",
- "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
+ "url": "https://github.com/symfony/translation.git",
+ "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
- "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
+ "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
"shasum": ""
},
"require": {
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
+ "symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
- "symfony/process": "<3.3"
+ "symfony/yaml": "<3.4"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
- "symfony/event-dispatcher": "~3.4|~4.0",
- "symfony/lock": "~3.4|~4.0",
- "symfony/process": "~3.4|~4.0"
+ "symfony/finder": "~2.8|~3.0|~4.0",
+ "symfony/intl": "~3.4|~4.0",
+ "symfony/yaml": "~3.4|~4.0"
},
"suggest": {
- "psr/log-implementation": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/lock": "",
- "symfony/process": ""
+ "psr/log-implementation": "To use logging capability in translator",
+ "symfony/config": "",
+ "symfony/yaml": ""
},
- "time": "2018-04-30 01:23:47",
+ "time": "2018-04-30T01:23:47+00:00",
"type": "library",
"extra": {
"branch-alias": {
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Console\\": ""
+ "Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Console Component",
+ "description": "Symfony Translation Component",
"homepage": "https://symfony.com"
},
{
- "name": "illuminate/console",
- "version": "v5.6.21",
- "version_normalized": "5.6.21.0",
+ "name": "symfony/yaml",
+ "version": "v3.4.9",
+ "version_normalized": "3.4.9.0",
"source": {
"type": "git",
- "url": "https://github.com/illuminate/console.git",
- "reference": "80fda6b3fddc07e81351260fa21e92496fc13b7e"
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "033cfa61ef06ee0847e056e530201842b6e926c3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/console/zipball/80fda6b3fddc07e81351260fa21e92496fc13b7e",
- "reference": "80fda6b3fddc07e81351260fa21e92496fc13b7e",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/033cfa61ef06ee0847e056e530201842b6e926c3",
+ "reference": "033cfa61ef06ee0847e056e530201842b6e926c3",
"shasum": ""
},
"require": {
- "illuminate/contracts": "5.6.*",
- "illuminate/support": "5.6.*",
- "php": "^7.1.3",
- "symfony/console": "~4.0"
+ "php": "^5.5.9|>=7.0.8"
+ },
+ "conflict": {
+ "symfony/console": "<3.4"
+ },
+ "require-dev": {
+ "symfony/console": "~3.4|~4.0"
},
"suggest": {
- "dragonmantank/cron-expression": "Required to use scheduling component (~2.0).",
- "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
- "symfony/process": "Required to use scheduling component (~4.0)."
+ "symfony/console": "For validating YAML files using the lint command"
},
- "time": "2018-05-02 14:47:56",
+ "time": "2018-04-08T08:21:29+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "5.6-dev"
+ "dev-master": "3.4-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Illuminate\\Console\\": ""
- }
+ "Symfony\\Component\\Yaml\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
- "description": "The Illuminate Console package.",
- "homepage": "https://laravel.com"
+ "description": "Symfony Yaml Component",
+ "homepage": "https://symfony.com"
},
{
- "name": "roots/sage-installer",
- "version": "1.3.6",
- "version_normalized": "1.3.6.0",
+ "name": "wikimedia/relpath",
+ "version": "2.1.1",
+ "version_normalized": "2.1.1.0",
"source": {
"type": "git",
- "url": "https://github.com/roots/sage-installer.git",
- "reference": "e811ab937a36b321ea88ec6000ab3d5019b8f2b1"
+ "url": "https://github.com/wikimedia/RelPath.git",
+ "reference": "35e701ff16abf461bb8676a9d9177f86fa0b2c94"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/roots/sage-installer/zipball/e811ab937a36b321ea88ec6000ab3d5019b8f2b1",
- "reference": "e811ab937a36b321ea88ec6000ab3d5019b8f2b1",
+ "url": "https://api.github.com/repos/wikimedia/RelPath/zipball/35e701ff16abf461bb8676a9d9177f86fa0b2c94",
+ "reference": "35e701ff16abf461bb8676a9d9177f86fa0b2c94",
"shasum": ""
},
"require": {
- "illuminate/console": "~5.6",
- "illuminate/filesystem": "~5.6",
- "symfony/process": "~3.3"
+ "php": ">=5.5.9"
},
"require-dev": {
- "squizlabs/php_codesniffer": "~3.0"
+ "jakub-onderka/php-parallel-lint": "^0.9.0.0",
+ "mediawiki/mediawiki-codesniffer": "15.0.0",
+ "phpunit/phpunit": "^4.8.9.0"
},
- "time": "2018-04-25 17:45:56",
- "bin": [
- "bin/sage"
- ],
+ "time": "2018-01-18T21:23:40+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
- "psr-4": {
- "Roots\\Sage\\Installer\\": "src/"
- }
+ "files": [
+ "src/RelPath/RelPath.php",
+ "src/Wikimedia/RelPath.php"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
- "name": "Ben Word",
- "email": "ben@benword.com",
- "homepage": "https://github.com/retlehs"
- },
- {
- "name": "QWp6t",
- "email": "hi@qwp6t.me",
- "homepage": "https://github.com/qwp6t"
+ "name": "Ori Livneh",
+ "email": "ori@wikimedia.org"
}
],
- "description": "Sage starter theme installer",
- "keywords": [
- "bootstrap",
- "foundation",
- "sage",
- "tachyons",
- "theme",
- "wordpress"
- ]
+ "description": "Compute a relative filepath between two paths.",
+ "homepage": "https://www.mediawiki.org/wiki/RelPath"
}
]