Skip to content

Commit 9e02004

Browse files
committed
Built changes for v3.8.0 from main 802f213
1 parent 802f213 commit 9e02004

File tree

573 files changed

+68470
-2873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

573 files changed

+68470
-2873
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/all-pr-tests.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/built-release.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
# Build files
2-
build
3-
vendor
4-
composer.lock
5-
node_modules
6-
7-
# Log files
8-
*.log
9-
10-
# Cache files
11-
.phpcs/*.json
12-
.phpunit.result.cache
13-
.php-cs-fixer.cache
14-
.php_cs.cache
15-
16-
# Ignore temporary OS files
171
.DS_Store
18-
.DS_Store?
19-
.Spotlight-V100
20-
.Trashes
21-
ehthumbs.db
2+
.github
3+
.phpcs
4+
.phpcs.xml
5+
.phpunit.result.cache
6+
.scaffolder
7+
.scoper
8+
*.sql
9+
*.tar.gz
10+
*.zip
11+
bin
12+
composer.lock
13+
configure.php
14+
DOCKER_ENV
15+
Dockerfile
16+
Makefile
17+
node_modules/
18+
output.log
19+
phpunit.xml
20+
phpunit.xml
21+
tests
22+
tests
2223
Thumbs.db
23-
.thumbsdb
24-
25-
# IDE files
26-
*.code-workspace
27-
.idea
28-
.vscode
24+
wp-cli.local.yml

.scaffolder/feature/config.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.scaffolder/feature/feature.php.hbs

Lines changed: 0 additions & 27 deletions
This file was deleted.

.scaffolder/feature/test.php.hbs

Lines changed: 0 additions & 51 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
"lock": false,
1919
"sort-packages": true
2020
},
21-
"require": {
22-
"php": "^8.2",
23-
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
24-
"alleyinteractive/wp-type-extensions": "^2.0|^3.0",
25-
"symfony/http-foundation": "^v7.2"
26-
},
27-
"require-dev": {
28-
"alleyinteractive/alley-coding-standards": "^2.0",
29-
"mantle-framework/testkit": "^1.6",
30-
"szepeviktor/phpstan-wordpress": "^1.3.5"
31-
},
3221
"scripts": {
3322
"lint": [
3423
"@phpcs",

phpunit.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)