-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
667 changed files
with
38,778 additions
and
29,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ | |
"name": "the-events-calendar/tribe-common", | ||
"description": "Common classes and functions used in our plugins", | ||
"type": "wordpress-plugin", | ||
"keywords": [ | ||
"wordpress", | ||
"events" | ||
], | ||
"homepage": "https://theeventscalendar.com", | ||
"license": "GPL-2.0", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"keywords": [ | ||
"wordpress", | ||
"events" | ||
], | ||
"config": { | ||
"preferred-install": "dist", | ||
"platform": { | ||
"php": "7.3.33" | ||
"php": "7.4.0" | ||
}, | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
|
@@ -33,44 +33,31 @@ | |
"stellarwp/telemetry": "^2.3.1" | ||
}, | ||
"require-dev": { | ||
"automattic/vipwpcs": "^2.0", | ||
"automattic/vipwpcs": "^3.0", | ||
"bordoni/phpass": "0.3.5", | ||
"codeception/codeception": "^2.5.5", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", | ||
"lucatume/codeception-snapshot-assertions": "^0.2.4", | ||
"lucatume/function-mocker-le": "^1.0", | ||
"lucatume/wp-browser": "^3.0.14", | ||
"phpunit/phpunit": "~6.0", | ||
"the-events-calendar/coding-standards": "dev-master", | ||
"stellarwp/coding-standards": "2.0", | ||
"the-events-calendar/tec-testing-facilities": "dev-master", | ||
"wp-cli/checksum-command": "1.0.5", | ||
"wp-coding-standards/wpcs": "^2.1" | ||
"wp-coding-standards/wpcs": "^3.0" | ||
}, | ||
"repositories": [ | ||
{ | ||
"name": "the-events-calendar/tec-testing-facilities", | ||
"type": "github", | ||
"url": "https://github.com/the-events-calendar/tec-testing-facilities", | ||
"no-api": true | ||
}, | ||
{ | ||
"name": "the-events-calendar/coding-standards", | ||
"type": "github", | ||
"url": "https://github.com/the-events-calendar/coding-standards", | ||
"no-api": true | ||
}, | ||
{ | ||
"name": "lucatume/di52", | ||
"type": "github", | ||
"url": "https://github.com/lucatume/di52", | ||
"no-api": true | ||
}, | ||
{ | ||
"name": "stellarwp/telemetry", | ||
"type": "vcs", | ||
"url": "[email protected]:stellarwp/telemetry.git" | ||
"autoload": { | ||
"psr-4": { | ||
"Tribe\\": "src/Tribe/", | ||
"TEC\\Common\\": "src/Common/" | ||
} | ||
], | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"TEC\\Common\\Tests\\": "tests/_data/classes", | ||
"TEC\\Common\\Tests\\Provider\\": "tests/_support/Provider" | ||
} | ||
}, | ||
"scripts": { | ||
"strauss": [ | ||
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar", | ||
|
@@ -84,18 +71,6 @@ | |
"@strauss" | ||
] | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Tribe\\": "src/Tribe/", | ||
"TEC\\Common\\": "src/Common/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"TEC\\Common\\Tests\\": "tests/_data/classes", | ||
"TEC\\Common\\Tests\\Provider\\": "tests/_support/Provider" | ||
} | ||
}, | ||
"extra": { | ||
"strauss": { | ||
"target_directory": "vendor/vendor-prefixed", | ||
|
Oops, something went wrong.