Skip to content

Commit

Permalink
coupon creator and pngx to 3.0.1 - update lucatume/di52 to 2.0.12 to …
Browse files Browse the repository at this point in the history
…prevent conflicts with The Events Calendar 5.0
  • Loading branch information
jesseeproductions committed Jan 28, 2020
1 parent 7539834 commit 9eed31e
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 6,337 deletions.
44 changes: 35 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,47 @@
],
"homepage": "http://jesseeproductions.com/",
"license": "GPL-2.0",
"require-dev": {
"lucatume/wp-browser": "^2.2.9",
"codeception/codeception": "^2.5.6",
"phpunit/phpunit": "6.5.14",
"lucatume/function-mocker-le": "^1.0",
"wp-cli/checksum-command": "1.0.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"platform": {
"php": "7.0.33"
}
},
"require": {
"lucatume/di52": "~2.0"
"lucatume/di52": "~2.0.12"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wp-coding-standards/wpcs": "^2.1",
"automattic/vipwpcs": "^2.0",
"moderntribe/tribalscents": "dev-master",
"lucatume/wp-browser": "2.2.15",
"codeception/codeception": "^2.5.6",
"phpunit/phpunit": "^6.5.14",
"facebook/webdriver": "1.6.0",
"lucatume/function-mocker": "^1.3.8",
"lucatume/function-mocker-le": "^1.0.1",
"spatie/phpunit-snapshot-assertions": "^1.4.2",
"fzaninotto/faker": "^1.8",
"lucatume/wp-snaphot-assertions": "^1.0",
"moderntribe/tribe-testing-facilities": "dev-master"
},
"repositories": [
{
"name": "moderntribe/tribe-testing-facilities",
"type": "github",
"url": "https://github.com/moderntribe/tribe-testing-facilities",
"no-api": true
},
{
"name": "moderntribe/TribalScents",
"type": "github",
"url": "https://github.com/moderntribe/TribalScents",
"no-api": true
}
],
"scripts": {
"post-install-cmd": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
Expand Down
Loading

0 comments on commit 9eed31e

Please sign in to comment.