mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16587] Remove Doctum from composer.json
PHPBB3-16587 [ticket/16587] Adjust composer.lock changes to only removal of sami PHPBB3-16587
This commit is contained in:
parent
a755103350
commit
52cb565eef
2 changed files with 3 additions and 67 deletions
|
@ -60,8 +60,7 @@
|
||||||
"squizlabs/php_codesniffer": "~3.4",
|
"squizlabs/php_codesniffer": "~3.4",
|
||||||
"symfony/browser-kit": "~3.4",
|
"symfony/browser-kit": "~3.4",
|
||||||
"symfony/css-selector": "~3.4",
|
"symfony/css-selector": "~3.4",
|
||||||
"symfony/dom-crawler": "~3.4",
|
"symfony/dom-crawler": "~3.4"
|
||||||
"sami/sami": "^4.1"
|
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
|
67
phpBB/composer.lock
generated
67
phpBB/composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "37203017dcb25b6276aa604eb4bcf44e",
|
"content-hash": "0f581b60e2cd68bdf647e0746ef37bff",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bantu/ini-get-wrapper",
|
"name": "bantu/ini-get-wrapper",
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
"oauth",
|
"oauth",
|
||||||
"security"
|
"security"
|
||||||
],
|
],
|
||||||
"time": "2018-02-14T22:37:14+00:00"
|
"time": "2016-07-12T22:15:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "marc1706/fast-image-size",
|
"name": "marc1706/fast-image-size",
|
||||||
|
@ -3996,69 +3996,6 @@
|
||||||
],
|
],
|
||||||
"time": "2018-01-21T07:42:36+00:00"
|
"time": "2018-01-21T07:42:36+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "sami/sami",
|
|
||||||
"version": "v4.1.2",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/FriendsOfPHP/Sami.git",
|
|
||||||
"reference": "19b8a82b858bd31544c468317c8307188ccb4022"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/FriendsOfPHP/Sami/zipball/19b8a82b858bd31544c468317c8307188ccb4022",
|
|
||||||
"reference": "19b8a82b858bd31544c468317c8307188ccb4022",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"blackfire/php-sdk": "^1.5.18",
|
|
||||||
"michelf/php-markdown": "~1.3",
|
|
||||||
"nikic/php-parser": "~3.0",
|
|
||||||
"php": "^7.1.3",
|
|
||||||
"phpdocumentor/reflection-docblock": "~2.0",
|
|
||||||
"pimple/pimple": "~3.0",
|
|
||||||
"symfony/console": "~3.0|~4.0",
|
|
||||||
"symfony/filesystem": "~3.0|~4.0",
|
|
||||||
"symfony/finder": "~3.0|~4.0",
|
|
||||||
"symfony/process": "~3.0|~4.0",
|
|
||||||
"symfony/yaml": "~3.0|~4.0",
|
|
||||||
"twig/twig": "~2.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"symfony/phpunit-bridge": "~4.0"
|
|
||||||
},
|
|
||||||
"bin": [
|
|
||||||
"sami.php"
|
|
||||||
],
|
|
||||||
"type": "application",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "4.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Sami\\": "Sami/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Fabien Potencier",
|
|
||||||
"email": "fabien@symfony.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Sami, an API documentation generator",
|
|
||||||
"homepage": "http://sami.sensiolabs.org",
|
|
||||||
"keywords": [
|
|
||||||
"phpdoc"
|
|
||||||
],
|
|
||||||
"abandoned": true,
|
|
||||||
"time": "2018-07-02T13:20:39+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "sebastian/code-unit-reverse-lookup",
|
"name": "sebastian/code-unit-reverse-lookup",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue