summaryrefslogtreecommitdiffstats
path: root/vendor/riimu/kit-pathjoin/composer.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
commitf2a65b0a4aa1cd6448ec5236190dcdf1f0eb12c4 (patch)
tree5be26b5c74561b59d5662046fe8ee82c08c120cd /vendor/riimu/kit-pathjoin/composer.json
parent8a58b145cf7d05d6c73043700b27813125d9a88f (diff)
remove compiled js and 3rdparty deps from the repo
Diffstat (limited to 'vendor/riimu/kit-pathjoin/composer.json')
-rw-r--r--vendor/riimu/kit-pathjoin/composer.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/riimu/kit-pathjoin/composer.json b/vendor/riimu/kit-pathjoin/composer.json
deleted file mode 100644
index 96d6dc21f..000000000
--- a/vendor/riimu/kit-pathjoin/composer.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "riimu/kit-pathjoin",
- "type": "library",
- "description": "Cross-platform library for normalizing and joining file system paths",
- "homepage": "http://kit.riimu.net",
- "keywords": ["normalize", "join", "file", "system", "path"],
- "license": "MIT",
- "authors": [
- {
- "name": "Riikka Kalliomäki",
- "email": "riikka.kalliomaki@gmail.com",
- "homepage": "http://riimu.net"
- }
- ],
- "require": {
- "php": ">=5.4.0"
- },
- "autoload": {
- "psr-4": {
- "Riimu\\Kit\\PathJoin\\": "src/"
- }
- }
-}