Skip to content

Commit 3781fc8

Browse files
committed
prepare composer file
1 parent c6e8b19 commit 3781fc8

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: tests
22

33
on:
44
push:

composer.json

+24-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,43 @@
11
{
2-
"name": "crowdsec/bouncer-php-library",
3-
"description": "The official PHP client for the CrowdSec LAPI/CAPI",
2+
"name": "crowdsec/bouncer",
3+
"description": "The official PHP bouncer library for the CrowdSec LAPI/CAPI",
44
"type": "library",
5-
"license": "MIT License",
5+
"license": "MIT",
66
"minimum-stability": "stable",
7+
"keywords": [
8+
"security",
9+
"crowdsec",
10+
"waf",
11+
"middleware",
12+
"http",
13+
"blocker",
14+
"bouncer",
15+
"captcha",
16+
"geoip",
17+
"ip",
18+
"ip range"
19+
],
720
"autoload": {
821
"psr-4": {
922
"CrowdSecBouncer\\": "src/"
1023
}
1124
},
25+
"authors": [
26+
{
27+
"name": "Lucas Cherifi",
28+
"email": "[email protected]"
29+
}
30+
],
1231
"require": {
13-
"php": ">=7.1",
32+
"php": "^7.2 || ^8.0",
1433
"symfony/config": "^5.2",
1534
"symfony/cache": "^5.2",
1635
"monolog/monolog": "^2.1"
17-
1836
},
1937
"require-dev": {
2038
"predis/predis": "^1.1",
2139
"bramus/monolog-colored-line-formatter": "^3.0",
2240
"symfony/var-dumper": "^5.2",
2341
"phpunit/phpunit": "8.5.13"
2442
}
25-
}
43+
}

0 commit comments

Comments
 (0)