File tree 2 files changed +25
-7
lines changed
2 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
- name : Tests
1
+ name : tests
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
1
{
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" ,
4
4
"type" : " library" ,
5
- "license" : " MIT License " ,
5
+ "license" : " MIT" ,
6
6
"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
+ ],
7
20
"autoload" : {
8
21
"psr-4" : {
9
22
"CrowdSecBouncer\\ " : " src/"
10
23
}
11
24
},
25
+ "authors" : [
26
+ {
27
+ "name" : " Lucas Cherifi" ,
28
+
29
+ }
30
+ ],
12
31
"require" : {
13
- "php" : " >=7.1 " ,
32
+ "php" : " ^7.2 || ^8.0 " ,
14
33
"symfony/config" : " ^5.2" ,
15
34
"symfony/cache" : " ^5.2" ,
16
35
"monolog/monolog" : " ^2.1"
17
-
18
36
},
19
37
"require-dev" : {
20
38
"predis/predis" : " ^1.1" ,
21
39
"bramus/monolog-colored-line-formatter" : " ^3.0" ,
22
40
"symfony/var-dumper" : " ^5.2" ,
23
41
"phpunit/phpunit" : " 8.5.13"
24
42
}
25
- }
43
+ }
You can’t perform that action at this time.
0 commit comments