summaryrefslogtreecommitdiff
path: root/vendor/cssjanus/cssjanus/composer.json
blob: 7ac3693641b220daf47bd56980f12175c4782a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"name": "cssjanus/cssjanus",
	"description": "Convert CSS stylesheets between left-to-right and right-to-left.",
	"repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/cssjanus/php-cssjanus"
		}
	],
	"license": "Apache-2.0",
	"autoload": {
		"psr-0": {
			"": "src/"
		}
	},
	"require": {
		"php": ">=5.3.3"
	},
	"require-dev": {
		"jakub-onderka/php-parallel-lint": "0.8.*",
		"phpunit/phpunit": "3.7.*",
		"squizlabs/php_codesniffer": "1.*"
	}
}