Skip to content

Commit f7ed2fc

Browse files
authored
Create conposer.json
1 parent 720142d commit f7ed2fc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

conposer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "fanmade/laravel-bitwise-trait",
3+
"type": "library",
4+
"description": "Simple trait to use bitwise operators on any class",
5+
"keywords": ["fanmade","laravel","bitwise","trait"],
6+
"homepage": "https://github.com/Fanmade/laravel-bitwise-trait",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Benjamin Reuter",
11+
"email": "ben@reuterben.de",
12+
"homepage": "http://reuterben.de",
13+
"role": "Developer"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.4.0"
18+
},
19+
"autoload": {
20+
"psr-4": {
21+
"Fanmade\\Bitwise\\": "src"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)