summaryrefslogtreecommitdiffstats
path: root/vendor/plasmaconduit/path/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plasmaconduit/path/composer.json')
-rw-r--r--vendor/plasmaconduit/path/composer.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/plasmaconduit/path/composer.json b/vendor/plasmaconduit/path/composer.json
new file mode 100644
index 000000000..2cfdb2a37
--- /dev/null
+++ b/vendor/plasmaconduit/path/composer.json
@@ -0,0 +1,16 @@
+{
+ "name": "plasmaconduit/path",
+ "version": "0.1.1",
+ "require-dev": {
+ "phpspec/phpspec2": "*"
+ },
+ "config": {
+ "bin-dir": "bin"
+ },
+ "autoload": {
+ "psr-0": {
+ "": "src"
+ }
+ },
+ "minimum-stability": "dev"
+}