Skip to content

Commit

Permalink
Add first version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallbill committed May 14, 2016
1 parent f7184dd commit c2096c9
Show file tree
Hide file tree
Showing 4 changed files with 1,256 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor/
.idea
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "serialimprovement/core",
"version": "0.0.1",
"description": "A few core php classes that are useful in many projects",
"minimum-stability": "dev",
"license": "proprietary",
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3"
},
"autoload": {
"psr-4": {"SerialImprovement\\": "src/SerialImprovement"}
},
"authors": [
{
"name": "bigtallbill",
"email": "[email protected]"
}
]
}
Loading

0 comments on commit c2096c9

Please sign in to comment.