Bump myclabs/deep-copy from 1.9.5 to 1.10.0
Bumps [myclabs/deep-copy](https://github.com/myclabs/DeepCopy) from 1.9.5 to 1.10.0. - [Release notes](https://github.com/myclabs/DeepCopy/releases) - [Commits](https://github.com/myclabs/DeepCopy/compare/1.9.5...1.10.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Frédéric Guillot
parent
d1b4b26c04
commit
bdeb144424
@@ -57,7 +57,7 @@
|
|||||||
"symfony/yaml": "4.4.10",
|
"symfony/yaml": "4.4.10",
|
||||||
"symfony/finder": "3.4.8",
|
"symfony/finder": "3.4.8",
|
||||||
"symfony/stopwatch" : "4.4.10",
|
"symfony/stopwatch" : "4.4.10",
|
||||||
"myclabs/deep-copy": "1.9.5",
|
"myclabs/deep-copy": "1.10.0",
|
||||||
"phpunit/phpunit" : "^7",
|
"phpunit/phpunit" : "^7",
|
||||||
"phpunit/phpunit-selenium": "^7",
|
"phpunit/phpunit-selenium": "^7",
|
||||||
"roave/security-advisories": "dev-master"
|
"roave/security-advisories": "dev-master"
|
||||||
|
|||||||
20
composer.lock
generated
20
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": "a1dfceb1dd99b09d505ef80b45360559",
|
"content-hash": "fe09083403e439e1f66eecbec9f0c485",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "christian-riesen/base32",
|
"name": "christian-riesen/base32",
|
||||||
@@ -916,20 +916,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "myclabs/deep-copy",
|
"name": "myclabs/deep-copy",
|
||||||
"version": "1.9.5",
|
"version": "1.10.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/myclabs/DeepCopy.git",
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
||||||
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
|
"reference": "5796d127b0c4ff505b77455148ea9d5269d99758"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5796d127b0c4ff505b77455148ea9d5269d99758",
|
||||||
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
|
"reference": "5796d127b0c4ff505b77455148ea9d5269d99758",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1"
|
"php": "^7.1 || ^8.0"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"myclabs/deep-copy": "self.version"
|
"myclabs/deep-copy": "self.version"
|
||||||
@@ -960,7 +960,13 @@
|
|||||||
"object",
|
"object",
|
||||||
"object graph"
|
"object graph"
|
||||||
],
|
],
|
||||||
"time": "2020-01-17T21:11:47+00:00"
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
||||||
|
"type": "tidelift"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-06-28T07:02:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phar-io/manifest",
|
"name": "phar-io/manifest",
|
||||||
|
|||||||
Reference in New Issue
Block a user