Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovene committed Sep 27, 2017
1 parent d2e8b00 commit 041bb4f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ composer.phar
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
.idea/Specifications.iml
.idea/inspectionProfiles/
.idea/modules.xml
.idea/workspace.xml
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "malots/specifications",
"description": "Specification pattern composer package",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "leovene",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {}
}

0 comments on commit 041bb4f

Please sign in to comment.