summaryrefslogtreecommitdiffstats
path: root/installed.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-18 10:59:21 +0100
committerRemi Collet <remi@php.net>2024-01-18 10:59:21 +0100
commit483133b47c026080c280fcee075c9062b422e83b (patch)
treecec809c2a52f13d13954ba24ca12de88aadacd9b /installed.json
parent18e549e49bfe517efcb32b52c316036177eea20e (diff)
update to 7.1.1
cleanup installation tree move docs and examples in package documentation
Diffstat (limited to 'installed.json')
-rw-r--r--installed.json75
1 files changed, 43 insertions, 32 deletions
diff --git a/installed.json b/installed.json
index 003ae08..16c743d 100644
--- a/installed.json
+++ b/installed.json
@@ -94,27 +94,37 @@
},
{
"name": "bartlett/sarif-php-sdk",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
+ "version": "1.1.0",
+ "version_normalized": "1.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/llaville/sarif-php-sdk.git",
- "reference": "70aa23a16b36b49a040980ba1061123b88ee0a2c"
+ "reference": "69dd282c789b5a8cec5c97340fbd4eb65efa00fb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/llaville/sarif-php-sdk/zipball/70aa23a16b36b49a040980ba1061123b88ee0a2c",
- "reference": "70aa23a16b36b49a040980ba1061123b88ee0a2c",
+ "url": "https://api.github.com/repos/llaville/sarif-php-sdk/zipball/69dd282c789b5a8cec5c97340fbd4eb65efa00fb",
+ "reference": "69dd282c789b5a8cec5c97340fbd4eb65efa00fb",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-spl": "*",
- "php": "^7.1|^8.0"
+ "php": "^7.4 || ^8.0"
},
- "time": "2021-12-20T11:51:30+00:00",
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8"
+ },
+ "time": "2024-01-07T07:20:44+00:00",
"type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "target-directory": "vendor-bin",
+ "forward-command": true
+ }
+ },
"installation-source": "dist",
"autoload": {
"psr-4": {
@@ -128,7 +138,6 @@
"authors": [
{
"name": "Laurent Laville",
- "email": "pear@laurent-laville.org",
"homepage": "https://github.com/llaville",
"role": "Lead"
}
@@ -810,17 +819,17 @@
},
{
"name": "doctrine/inflector",
- "version": "2.0.8",
- "version_normalized": "2.0.8.0",
+ "version": "2.0.9",
+ "version_normalized": "2.0.9.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
- "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
+ "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
- "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65",
+ "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65",
"shasum": ""
},
"require": {
@@ -834,7 +843,7 @@
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
},
- "time": "2023-06-16T13:40:37+00:00",
+ "time": "2024-01-15T18:05:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -884,7 +893,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/2.0.8"
+ "source": "https://github.com/doctrine/inflector/tree/2.0.9"
},
"funding": [
{
@@ -1058,17 +1067,17 @@
},
{
"name": "doctrine/orm",
- "version": "2.17.2",
- "version_normalized": "2.17.2.0",
+ "version": "2.17.3",
+ "version_normalized": "2.17.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
- "reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77"
+ "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/393679a4795e49b0b3ac317dce84d0f8888f2b77",
- "reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/398ab0547aaf90bdb352b560a94c24f44ff00670",
+ "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670",
"shasum": ""
},
"require": {
@@ -1111,7 +1120,7 @@
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
- "time": "2023-12-20T21:47:52+00:00",
+ "time": "2024-01-16T21:32:04+00:00",
"bin": [
"bin/doctrine"
],
@@ -1156,7 +1165,7 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/2.17.2"
+ "source": "https://github.com/doctrine/orm/tree/2.17.3"
},
"install-path": "../doctrine/orm"
},
@@ -1263,35 +1272,37 @@
},
{
"name": "nikic/php-parser",
- "version": "v4.18.0",
- "version_normalized": "4.18.0.0",
+ "version": "v5.0.0",
+ "version_normalized": "5.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
+ "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
- "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
+ "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
"shasum": ""
},
"require": {
+ "ext-ctype": "*",
+ "ext-json": "*",
"ext-tokenizer": "*",
- "php": ">=7.0"
+ "php": ">=7.4"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
- "time": "2023-12-10T21:03:43+00:00",
+ "time": "2024-01-07T17:17:35+00:00",
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.9-dev"
+ "dev-master": "5.0-dev"
}
},
"installation-source": "dist",
@@ -1316,7 +1327,7 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0"
},
"install-path": "../nikic/php-parser"
},