Skip to content

Commit

Permalink
Merge branch 'release/B24.anhinga'
Browse files Browse the repository at this point in the history
  • Loading branch information
Camwyn committed Jan 24, 2024
2 parents fd008ce + c4b5ae2 commit b0ad908
Show file tree
Hide file tree
Showing 667 changed files with 38,778 additions and 29,198 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ worth knowing.

## Standards

We have a set of [coding standards](http://the-events-calendar.github.io/products-engineering/)
We have a set of [coding standards](https://docs.theeventscalendar.com/developer/)
that we follow and encourage others to follow as well. When you submit
Pull Requests, you'll probably notice a friendly bot - `tr1b0t` - that
comments on your PR and suggests changes. Be gentle with him, he's only
Expand Down
63 changes: 19 additions & 44 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit b0ad908

Please sign in to comment.