File tree 3 files changed +2338
-2335
lines changed
3 files changed +2338
-2335
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- {
2
- "name" : " eftec/autoloadone" ,
3
- "description" : " AutoloadOne is a program that generates an autoload class for PHP." ,
4
- "type" : " software" ,
5
- "keywords" : [" php" ," autoload" ],
6
- "homepage" : " https://github.com/EFTEC/AutoLoadOne" ,
7
- "minimum-stability" : " beta" ,
8
- "license" : " MIT" ,
9
- "authors" : [
10
- {
11
- "name" : " Jorge Patricio Castro Castillo" ,
12
- "email" : " jcastro@eftec.cl"
13
- }],
14
- "require" : {
15
- "ext-json" : " *" ,
16
- "php" :" >=7.2.5 "
17
- },
18
- "bin" : [
19
- " autoloadone"
20
- ],
21
- "archive" : {
22
- "exclude" : [" /examples" ]
23
- }
24
- }
1
+ {
2
+ "name" : " eftec/autoloadone" ,
3
+ "description" : " AutoloadOne is a program that generates an autoload class for PHP." ,
4
+ "type" : " software" ,
5
+ "keywords" : [" php" ," autoload" ],
6
+ "homepage" : " https://github.com/EFTEC/AutoLoadOne" ,
7
+ "minimum-stability" : " beta" ,
8
+ "license" : " MIT" ,
9
+ "authors" : [
10
+ {
11
+ "name" : " Jorge Patricio Castro Castillo" ,
12
+ "email" : " jcastro@eftec.cl"
13
+ }],
14
+ "require" : {
15
+ "ext-json" : " *" ,
16
+ "php" :" >=7.4 "
17
+ },
18
+ "bin" : [
19
+ " autoloadone"
20
+ ],
21
+ "archive" : {
22
+ "exclude" : [" /examples" ]
23
+ }
24
+ }
You can’t perform that action at this time.
0 commit comments