Skip to content

Commit 9df7324

Browse files
committed
Built changes for v2.6.0 from develop e7a1522
1 parent e7a1522 commit 9df7324

File tree

2,428 files changed

+206959
-785
lines changed

Some content is hidden

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

2,428 files changed

+206959
-785
lines changed

.deployignore

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

.github/dependabot.yml

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

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

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

.github/workflows/built-release.yml

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

.github/workflows/dependabot-auto-approve.yml

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

.github/workflows/dependabot-auto-merge.yml

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

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ node_modules/
55
*.sql
66
*.tar.gz
77
*.zip
8-
vendor/
98
.phpunit.result.cache
10-
.phpunit.cache
11-
coverage/
12-
.vscode
13-
.idea
9+
Dockerfile
10+
output.log
11+
.github
12+
tests
13+
bin
1414
composer.lock
15+
phpcs.xml
16+
phpunit.xml

composer.json

Lines changed: 34 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,38 @@
11
{
2-
"name": "alleyinteractive/logger",
3-
"type": "wordpress-plugin",
4-
"description": "A Monolog-based logging tool for WordPress. Supports storing log message in a custom post type or in individual posts and terms. ",
5-
"homepage": "https://github.com/alleyinteractive/logger",
6-
"license": "GPL-2.0-or-later",
7-
"authors": [
8-
{
9-
"name": "Alley Interactive",
10-
"email": "[email protected]"
11-
}
12-
],
13-
"require": {
14-
"php": "^8.2",
15-
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
16-
"monolog/monolog": "^2.8",
17-
"psr/log": "^1.0|^2.0|^3.0",
18-
"spatie/backtrace": "^1.6",
19-
"mantle-framework/support": "^1.0"
20-
},
21-
"require-dev": {
22-
"alleyinteractive/alley-coding-standards": "^2.0",
23-
"mantle-framework/testkit": "^1.0",
24-
"mockery/mockery": "^1.3"
25-
},
26-
"config": {
27-
"allow-plugins": {
28-
"alleyinteractive/composer-wordpress-autoloader": true,
29-
"dealerdirect/phpcodesniffer-composer-installer": true
30-
},
31-
"apcu-autoloader": true,
32-
"optimize-autoloader": true
33-
},
34-
"extra": {
35-
"wordpress-autoloader": {
36-
"autoload": {
37-
"AI_Logger\\": "inc/"
38-
}
39-
}
2+
"name": "alleyinteractive/logger",
3+
"type": "wordpress-plugin",
4+
"description": "A Monolog-based logging tool for WordPress. Supports storing log message in a custom post type or in individual posts and terms. ",
5+
"homepage": "https://github.com/alleyinteractive/logger",
6+
"license": "GPL-2.0-or-later",
7+
"authors": [
8+
{
9+
"name": "Alley Interactive",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"config": {
14+
"allow-plugins": {
15+
"alleyinteractive/composer-wordpress-autoloader": true,
16+
"dealerdirect/phpcodesniffer-composer-installer": true
4017
},
41-
"scripts": {
42-
"phpcbf": "phpcbf --standard=./phpcs.xml .",
43-
"phpcs": "phpcs --standard=./phpcs.xml .",
44-
"phpunit": "phpunit",
45-
"release": "npx @alleyinteractive/create-release@latest",
46-
"test": [
47-
"@phpcs",
48-
"@phpunit"
49-
]
18+
"apcu-autoloader": true,
19+
"optimize-autoloader": true
20+
},
21+
"extra": {
22+
"wordpress-autoloader": {
23+
"autoload": {
24+
"AI_Logger\\": "inc/"
25+
}
5026
}
27+
},
28+
"scripts": {
29+
"phpcbf": "phpcbf --standard=./phpcs.xml .",
30+
"phpcs": "phpcs --standard=./phpcs.xml .",
31+
"phpunit": "phpunit",
32+
"release": "npx @alleyinteractive/create-release@latest",
33+
"test": [
34+
"@phpcs",
35+
"@phpunit"
36+
]
37+
}
5138
}

phpcs.xml

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

phpunit.xml

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

0 commit comments

Comments
 (0)