Remove myclabs/deep-copy from the list of Composer dev dependencies
myclabs/deep-copy was added to composer.json directly as a workaround an issue in the Travis build when running PHP 5.6 (#24079). Removing it in this commit to check if the issue in Travis has been fixed as we don't really use this package for WooCommerce development.
This commit is contained in:
parent
147307f1e6
commit
557e9aae95
|
@ -14,7 +14,6 @@
|
|||
"woocommerce/woocommerce-rest-api": "1.0.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"myclabs/deep-copy": "1.7.0",
|
||||
"phpunit/phpunit": "7.5.15",
|
||||
"woocommerce/woocommerce-sniffs": "0.0.6"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue