Skip to content

Commit ee77277

Browse files
chr-hertelgithub-actions[bot]
authored andcommitted
chore: update fabric to v1.4.237
Updates danielmiessler/fabric from to v1.4.237
1 parent 2b9cb98 commit ee77277

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

composer.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "php-llm/fabric-pattern",
3-
"type": "library",
4-
"description": "Slim PHP wrapper for Daniel Miessler's fabric pattern",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Christopher Hertel",
9-
"email": "[email protected]"
2+
"name": "php-llm/fabric-pattern",
3+
"type": "library",
4+
"description": "Slim PHP wrapper for Daniel Miessler's fabric pattern",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Christopher Hertel",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {
13+
"php": ">=8.2",
14+
"danielmiessler/fabric": "^1.4"
15+
},
16+
"require-dev": {
17+
"phpunit/phpunit": "^11.2"
18+
},
19+
"autoload": {
20+
"psr-4": {
21+
"PhpLlm\\FabricPattern\\": "src/"
22+
}
23+
},
24+
"autoload-dev": {
25+
"psr-4": {
26+
"PhpLlm\\FabricPattern\\Tests\\": "tests/"
27+
}
28+
},
29+
"repositories": [
30+
{
31+
"type": "package",
32+
"package": {
33+
"name": "danielmiessler/fabric",
34+
"version": "v1.4.237",
35+
"dist": {
36+
"url": "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.237.zip",
37+
"type": "zip"
1038
}
11-
],
12-
"require": {
13-
"php": ">=8.2",
14-
"danielmiessler/fabric": "^1.4"
15-
},
16-
"require-dev": {
17-
"phpunit/phpunit": "^11.2"
18-
},
19-
"autoload": {
20-
"psr-4": {
21-
"PhpLlm\\FabricPattern\\": "src/"
22-
}
23-
},
24-
"autoload-dev": {
25-
"psr-4": {
26-
"PhpLlm\\FabricPattern\\Tests\\": "tests/"
27-
}
28-
},
29-
"repositories": [
30-
{
31-
"type": "package",
32-
"package": {
33-
"name": "danielmiessler/fabric",
34-
"version": "1.4.0",
35-
"dist": {
36-
"url": "https://github.com/danielmiessler/fabric/archive/refs/tags/1.4.0.zip",
37-
"type": "zip"
38-
}
39-
}
40-
}
41-
]
39+
}
40+
}
41+
]
4242
}

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)