Skip to content

Commit 45c80c1

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 171390d + 4e47598 commit 45c80c1

231 files changed

Lines changed: 6313 additions & 7187 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
composer.phar
22
/vendor/
33
.idea
4-
/demo/demo1/docs/
5-
/demo/demo1/__cache/
6-
/demo/demo2-templates-generation/__cache/
7-
/demo/demo2-templates-generation/docs/
8-
/demo/demo3-add-missing-doc-blocks/__cache/
9-
/demo/demo4-generating-readme-file/__cache/
10-
/demo/demo4-generating-readme-file/docs/
11-
/demo/demo4-generating-readme-file/templates/
4+
/.bumbleDocGenCache/
125
/last_run.log
136
/.phpunit.result.cache
7+
/demo/*/__cache/
8+
/demo/*/.cache/
9+
/demo/*/docs/
10+
/demo/*/last_run.log
11+
12+
/demo/demo1/docs/
1413
/demo/demo2-templates-generation/templates/
15-
/.bumbleDocGenCache/
16-
/demo/demo5-config-array/docs/
17-
/demo/demo5-config-array/.cache/
14+
/demo/demo3-generating-readme-file/templates/

SECURITY.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Security updates will be applied to certain versions of our software. Please ref
88

99
| Version | Supported | Notes |
1010
|---------|--------------------|----------------------------------------|
11-
| 1.4.x | :white_check_mark: | Current version, fully supported. |
12-
| 1.3.x | :x: | Not supported, please upgrade to 1.4.x |
13-
| 1.2.x | :x: | Not supported, please upgrade to 1.4.x |
14-
| 1.1.x | :x: | Not supported, please upgrade to 1.4.x |
15-
| 1.0.x | :x: | Not supported, please upgrade to 1.4.x |
11+
| 1.5.x | :white_check_mark: | Current version, fully supported. |
12+
| 1.4.x | :x: | Not supported, please upgrade to 1.5.x |
13+
| 1.3.x | :x: | Not supported, please upgrade to 1.5.x |
14+
| 1.2.x | :x: | Not supported, please upgrade to 1.5.x |
15+
| 1.1.x | :x: | Not supported, please upgrade to 1.5.x |
16+
| 1.0.x | :x: | Not supported, please upgrade to 1.5.x |
1617

1718
## Reporting a Vulnerability
1819

captainhook.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{
66
"action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Beams",
77
"options": {
8-
"subjectLength": 50,
9-
"bodyLineLength": 72
8+
"subjectLength": 100,
9+
"bodyLineLength": 200
1010
}
1111
}
1212
]

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"php-di/php-di": "^7.0",
3434
"symfony/yaml": "^6.0",
3535
"hassankhan/config": "^3.1",
36-
"tectalic/openai": "^1.5",
37-
"guzzlehttp/guzzle": "^7.7",
36+
"guzzlehttp/guzzle": "^7.8",
3837
"symfony/filesystem": "^6.0"
3938
},
4039
"require-dev": {
40+
"roave/security-advisories": "dev-latest",
4141
"phpunit/phpunit": "^9.5",
4242
"dg/bypass-finals": "^1.4",
4343
"squizlabs/php_codesniffer": "3.*",

0 commit comments

Comments
 (0)