Skip to content

Commit

Permalink
Merge pull request #1 from mbed67/specifications
Browse files Browse the repository at this point in the history
Specifications
  • Loading branch information
mvriel committed Jul 15, 2015
2 parents f08e123 + b598758 commit f7c0c22
Show file tree
Hide file tree
Showing 23 changed files with 2,265 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
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "phpdocumentor/flyfinder",
"description": "Flysystem plugin to add file finding capabilities to the Filesystem entity",
"keywords": ["flysystem", "phpdoc"],
"homepage": "http://www.phpdoc.org",
"license": "MIT",
"autoload": {
"psr-4": {
"Flyfinder\\": ["src/"]
}
},
"autoload-dev": {
"psr-4": {
"Flyfinder\\": ["tests/unit/"]
}
},
"require": {
"php": ">=5.5",
"league/flysystem": "~1.0.8"
},
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^4.0",
"mockery/mockery": "~0.9@dev"
}
}
Loading

0 comments on commit f7c0c22

Please sign in to comment.