Skip to content

Commit f2a46b7

Browse files
committed
add composer lock, autoloading
1 parent dd0d5ab commit f2a46b7

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,15 @@
99
"email": "azjezz@protonmail.com"
1010
}
1111
],
12-
"require": {}
12+
"autoload": {
13+
"psr-4": {
14+
"Typed\\": "src/Typed"
15+
},
16+
"files": [
17+
"src/bootstrap.php"
18+
]
19+
},
20+
"require": {
21+
"php": "^7.4.0"
22+
}
1323
}

composer.lock

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

0 commit comments

Comments
 (0)