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:
Rodrigo Primo 2019-08-21 15:55:18 -03:00
parent 147307f1e6
commit 557e9aae95
1 changed files with 0 additions and 1 deletions

View File

@ -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"
},