Skip to content

Commit 768ca48

Browse files
authored
Merge pull request #116 from woocommerce/update/dependencies
Update composer dependencies to work with both PHP 7.4 and 8
2 parents 411ac16 + 2d1d944 commit 768ca48

File tree

3 files changed

+240
-232
lines changed

3 files changed

+240
-232
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
"name": "woocommerce/wc-smooth-generator",
3-
"description": "A smooth coupon, customer, order and product generator for WooCommerce.",
3+
"description": "A smooth product, order, customer, and coupon generator for WooCommerce.",
44
"homepage": "https://woocommerce.com/",
55
"type": "wordpress-plugin",
66
"license": "GPL-3.0-or-later",
77
"prefer-stable": true,
88
"minimum-stability": "dev",
99
"require": {
10-
"php": "^7.1 || ^8.0",
10+
"php": "^7.4 || ^8.0",
1111
"psr/container": "1.0.0",
1212
"composer/installers": "~1.2",
13-
"fakerphp/faker": "^1.17.0",
13+
"fakerphp/faker": "^1.21.0",
1414
"jdenticon/jdenticon": "^0.10.0",
1515
"mbezhanov/faker-provider-collection": "^2.0.1",
16+
"symfony/deprecation-contracts": "^2.2"
17+
},
18+
"require-dev": {
1619
"woocommerce/woocommerce-git-hooks": "*",
1720
"woocommerce/woocommerce-sniffs": "*"
1821
},

0 commit comments

Comments
 (0)