summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 99b56bca84234007be94c2bf2e8a5fd04ef24f1c (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
{
	"name": "kukulich/fshl",
	"type": "library",
	"description": "FSHL is a free, open source, universal, fast syntax highlighter written in PHP.",
	"keywords": ["library", "highlight", "syntax"],
	"homepage": "http://fshl.kukulich.cz/",
	"license": "GPL-2.0+",

	"authors": [
		{
			"name": "Jaroslav HanslĂ­k",
			"homepage": "https://github.com/kukulich"
		}
	],

	"require": {
		"php": ">=5.3"
	},

	"autoload": {
		"psr-0": {
			"FSHL": "./"
		}
	}
}