Menu

[r319]: / trunk / composer.json  Maximize  Restore  History

Download this file

25 lines (24 with data), 693 Bytes

 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": "phpcheckstyle/phpcheckstyle",
"description": "PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions",
"type": "library",
"keywords": [
"checkstyle",
"standard",
"convention"
],
"homepage": "http://code.google.com/p/phpcheckstyle/",
"license": "OSL-2.1",
"require": {
"php": ">=5.0.0"
},
"support" : {
"wiki" : "https://code.google.com/p/phpcheckstyle/w/list",
"source" : "http://phpcheckstyle.googlecode.com/svn/trunk/"
},
"autoload": {
"psr-0": {
"PHPCheckstyle\\": "src/"
}
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.