dep: add php-ds
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@
|
|||||||
"nette/caching": "^3.0",
|
"nette/caching": "^3.0",
|
||||||
"illuminate/database": "^8.61",
|
"illuminate/database": "^8.61",
|
||||||
"illuminate/events": "^8.61",
|
"illuminate/events": "^8.61",
|
||||||
"spatie/data-transfer-object": "^3.7"
|
"spatie/data-transfer-object": "^3.7",
|
||||||
|
"php-ds/php-ds": "^1.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
Generated
+57
-2
@@ -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": "2b7ec5f1a1a908310f3d032f294eacec",
|
"content-hash": "f6d3cb0b69eab1f1cced3ae3877b7e59",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brandonwamboldt/utilphp",
|
"name": "brandonwamboldt/utilphp",
|
||||||
@@ -2024,6 +2024,61 @@
|
|||||||
},
|
},
|
||||||
"time": "2021-09-15T00:08:40+00:00"
|
"time": "2021-09-15T00:08:40+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "php-ds/php-ds",
|
||||||
|
"version": "v1.4.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/php-ds/polyfill.git",
|
||||||
|
"reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/php-ds/polyfill/zipball/43d2df301a9e2017f67b8c11d94a5222f9c00fd1",
|
||||||
|
"reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
|
"php": ">=7.0"
|
||||||
|
},
|
||||||
|
"provide": {
|
||||||
|
"ext-ds": "1.3.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"php-ds/tests": "^1.3"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-ds": "to improve performance and reduce memory usage"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Ds\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Rudi Theunissen",
|
||||||
|
"email": "rudolf.theunissen@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"data structures",
|
||||||
|
"ds",
|
||||||
|
"php",
|
||||||
|
"polyfill"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/php-ds/polyfill/issues",
|
||||||
|
"source": "https://github.com/php-ds/polyfill/tree/v1.4.1"
|
||||||
|
},
|
||||||
|
"time": "2022-03-09T20:39:30+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "php-extended/php-system",
|
"name": "php-extended/php-system",
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
@@ -6036,5 +6091,5 @@
|
|||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "8.0"
|
"php": "8.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "2.2.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user