Composer fix

This commit is contained in:
MatteoGheza 2021-06-14 12:25:31 +00:00
parent 6d5c6a2b53
commit 7d720885c7
1 changed files with 15 additions and 15 deletions

30
server/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e962c6224bfd5e7cb6b8d2e50d1dc6b6",
"content-hash": "d930c8cbe1e6ff6380f2f90df2690d86",
"packages": [
{
"name": "azuyalabs/yasumi",
@ -466,16 +466,16 @@
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.12.24",
"version": "8.12.25",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "bbefdd7ff0bae7bf5a62fc9e8c939fb40dd6d638"
"reference": "7d397cbd2e01e78cf79ff347e40a403dbc4c22fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/bbefdd7ff0bae7bf5a62fc9e8c939fb40dd6d638",
"reference": "bbefdd7ff0bae7bf5a62fc9e8c939fb40dd6d638",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/7d397cbd2e01e78cf79ff347e40a403dbc4c22fa",
"reference": "7d397cbd2e01e78cf79ff347e40a403dbc4c22fa",
"shasum": ""
},
"require": {
@ -535,7 +535,7 @@
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2021-05-26T10:08:00+00:00"
"time": "2021-06-14T11:44:26+00:00"
},
{
"name": "giggsey/locale",
@ -1902,25 +1902,25 @@
},
{
"name": "spatie/array-to-xml",
"version": "3.0.0",
"version": "2.16.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/array-to-xml.git",
"reference": "360a0787faf8df8f767b05bde42f917d0640bd41"
"reference": "db39308c5236b69b89cadc3f44f191704814eae2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/360a0787faf8df8f767b05bde42f917d0640bd41",
"reference": "360a0787faf8df8f767b05bde42f917d0640bd41",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/db39308c5236b69b89cadc3f44f191704814eae2",
"reference": "db39308c5236b69b89cadc3f44f191704814eae2",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": "^8.0"
"php": "^7.4|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.0",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
@ -1950,7 +1950,7 @@
],
"support": {
"issues": "https://github.com/spatie/array-to-xml/issues",
"source": "https://github.com/spatie/array-to-xml/tree/3.0.0"
"source": "https://github.com/spatie/array-to-xml/tree/2.16.0"
},
"funding": [
{
@ -1962,7 +1962,7 @@
"type": "github"
}
],
"time": "2021-04-23T11:54:50+00:00"
"time": "2020-11-18T22:03:17+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -3135,5 +3135,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.0.0"
}