Skip to content

Commit 86844e0

Browse files
authored
Create composer.json
1 parent a9cc12d commit 86844e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "bermudaphp/reflection-type-matcher",
3+
"license": "MIT",
4+
"autoload": {
5+
"psr-4": {
6+
"Bermuda\\Reflection\\": "src/"
7+
},
8+
"files": [
9+
"src/functions.php"
10+
]
11+
},
12+
"require": {
13+
"php": "^8.1"
14+
}
15+
}

0 commit comments

Comments
 (0)