summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/cssjanus/cssjanus/composer.json
blob: 9c1b2ced123ac8bbc0f3a3ceb9e995af774d45d3 (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
25
26
27
28
29
30
31
32
33
34
35
36
{
	"name": "cssjanus/cssjanus",
	"description": "Convert CSS stylesheets between left-to-right and right-to-left.",
	"license": "Apache-2.0",
	"authors": [
		{
			"name": "Trevor Parscal"
		},
		{
			"name": "Roan Kattouw"
		},
		{
			"name": "Timo Tijhof"
		}
	],
	"autoload": {
		"psr-0": {
			"": "src/"
		}
	},
	"require": {
		"php": ">=5.6.0"
	},
	"require-dev": {
		"jakub-onderka/php-parallel-lint": "^0.9.2",
		"phpunit/phpunit": "^4.8.36",
		"squizlabs/php_codesniffer": "^3.1.1"
	},
	"scripts": {
		"test": [
			"parallel-lint . --exclude vendor",
			"phpunit",
			"phpcs -p"
		]
	}
}