Skip to content

Commit f322e11

Browse files
committedDec 30, 2024
1.19
1 parent 8222807 commit f322e11

File tree

3 files changed

+2338
-2335
lines changed

3 files changed

+2338
-2335
lines changed
 

‎AutoLoadOne.php

+1,619-1,619
Large diffs are not rendered by default.

‎README.md

+695-692
Large diffs are not rendered by default.

‎composer.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,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.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+
}

0 commit comments

Comments
 (0)
Please sign in to comment.