-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
53 lines (53 loc) · 1.79 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "56a661ddd9e2ee84d5800831d07aacb8",
"packages": [
{
"name": "cssjanus/cssjanus",
"version": "v1.1.2",
"source": {
"type": "git",
"url": "https://github.com/cssjanus/php-cssjanus.git",
"reference": "b7efe237794856acec641cb82dcd6613c1aba2b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cssjanus/php-cssjanus/zipball/b7efe237794856acec641cb82dcd6613c1aba2b4",
"reference": "b7efe237794856acec641cb82dcd6613c1aba2b4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.8.*",
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "2.3.*"
},
"type": "library",
"autoload": {
"psr-0": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Convert CSS stylesheets between left-to-right and right-to-left.",
"time": "2015-06-15 17:20:16"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}