Skip to content

Commit dbe0727

Browse files
committed
FIrst release
1 parent 56fbec5 commit dbe0727

6 files changed

Lines changed: 2153 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# structure
1+
# Structure
2+
3+
TODO

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "angle/structure",
3+
"type": "library",
4+
"description": "Bring structs to PHP",
5+
"keywords": [
6+
"php",
7+
"struct",
8+
"structs"
9+
],
10+
"license": "MIT",
11+
"authors": [
12+
{
13+
"name": "Ben Villiere",
14+
"email": "code@angle.software"
15+
}
16+
],
17+
"require": {
18+
"php": "^7.1"
19+
},
20+
"require-dev": {
21+
"nesbot/carbon": "^2.11",
22+
"phpunit/phpunit": "^7.5",
23+
"symfony/var-dumper": "^4.2"
24+
},
25+
"autoload": {
26+
"classmap": ["src/"]
27+
}
28+
}

0 commit comments

Comments
 (0)