Skip to content

Commit 1202f57

Browse files
committed
Initial commit
0 parents  commit 1202f57

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "lisachenko/native-matrix",
3+
"description": "PHP Library that provides an implementation of userland Matrix, powered with overloaded operators",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Alexander Lisachenko",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {
13+
"lisachenko/z-engine": "^0.6.0"
14+
}
15+
}

0 commit comments

Comments
 (0)