summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:52:32 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:57:23 +0200
commit94575cc761c016b68135b398445d554bc984b1d5 (patch)
tree35f2decbb4cfed12e65f420228e5e1e150f36068 /composer.lock
parent44733bc8b4f5f1a6fb26dea01b9d33c7b0321d67 (diff)
swap out unlicensed lib
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock43
1 files changed, 31 insertions, 12 deletions
diff --git a/composer.lock b/composer.lock
index d5c6f2841..f203aec1c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "dd59b51bd989cfa4bef3a76b52fea6de",
+ "hash": "230c705edaa030ee708540dfd3a8fbb7",
"packages": [
{
"name": "ezyang/htmlpurifier",
@@ -159,30 +159,49 @@
"time": "2015-04-18 17:36:57"
},
{
- "name": "plasmaconduit/path",
- "version": "0.1.1",
+ "name": "riimu/kit-pathjoin",
+ "version": "v1.1.1",
"source": {
"type": "git",
- "url": "https://github.com/JosephMoniz/php-path.git",
- "reference": "7c19ff02615defcf0b56968589aa1b53b0ee7ebe"
+ "url": "https://github.com/Riimu/Kit-PathJoin.git",
+ "reference": "a107e81d26f805dd905f1e92ef4e4a8629e19bbc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/JosephMoniz/php-path/zipball/7c19ff02615defcf0b56968589aa1b53b0ee7ebe",
- "reference": "7c19ff02615defcf0b56968589aa1b53b0ee7ebe",
+ "url": "https://api.github.com/repos/Riimu/Kit-PathJoin/zipball/a107e81d26f805dd905f1e92ef4e4a8629e19bbc",
+ "reference": "a107e81d26f805dd905f1e92ef4e4a8629e19bbc",
"shasum": ""
},
- "require-dev": {
- "phpspec/phpspec2": "*"
+ "require": {
+ "php": ">=5.4.0"
},
"type": "library",
"autoload": {
- "psr-0": {
- "": "src"
+ "psr-4": {
+ "Riimu\\Kit\\PathJoin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
- "time": "2013-01-23 06:47:38"
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Riikka Kalliomäki",
+ "email": "riikka.kalliomaki@gmail.com",
+ "homepage": "http://riimu.net"
+ }
+ ],
+ "description": "Cross-platform library for normalizing and joining file system paths",
+ "homepage": "http://kit.riimu.net",
+ "keywords": [
+ "file",
+ "join",
+ "normalize",
+ "path",
+ "system"
+ ],
+ "time": "2015-08-09 07:49:38"
}
],
"packages-dev": [],