File tree Expand file tree Collapse file tree 2 files changed +35
-29
lines changed
Expand file tree Collapse file tree 2 files changed +35
-29
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ Add the package to your composer.json file
1616```
1717"require":
1818{
19-
2019 "phptoolcase/phptoolcase": "*"
2120}
2221```
2322
2423and run ** composer update**
2524
26- ### Stand Alone
25+ ### Stand- Alone
2726
2827Download latest release [ from here] ( https://github.com/ground-creative/phptoolcase/releases/ ) and include required files to your project.<br >
2928
Original file line number Diff line number Diff line change 11{
2- "name" : " phptoolcase/phptoolcase" ,
3- "type" : " library" ,
4- "description" : " A set of tools to speed up the process of coding" ,
5- "keywords" : [
6- " php developer tools" ,
7- " php library" ,
8- " php framework" ,
9- " application programming" ,
10- " help php" ,
11- " debug php" ,
12- " php tools" ,
13- " php toolcase" ,
14- " easy php"
15- ],
16- "homepage" : " http://phptoolcase.com" ,
17- "license" : " GPL-2.0-or-later" ,
18- "version" : " v1.0.0-stable" ,
19- "authors" : [
20- {
21- "name" : " Carlo Pietrobattista" ,
22- "email" : " carlo@ground-creative.com" ,
23- "role" : " Developer"
24- }
25- ],
26- "require" : {
27- "php" : " >=5.4.0"
28- }
2+ "name" : " phptoolcase/phptoolcase" ,
3+ "type" : " library" ,
4+ "description" : " A set of tools to speed up the process of coding" ,
5+ "keywords" :
6+ [
7+ " php developer tools" ,
8+ " php library" ,
9+ " php framework" ,
10+ " application programming" ,
11+ " help php" ,
12+ " debug php" ,
13+ " php tools" ,
14+ " php toolcase" ,
15+ " easy php"
16+ ],
17+ "homepage" : " http://phptoolcase.com" ,
18+ "license" : " GPL-2.0-or-later" ,
19+ "version" : " v1.0.0-stable" ,
20+ "authors" :
21+ [
22+ {
23+ "name" : " Carlo Pietrobattista" ,
24+ "email" : " carlo@ground-creative.com" ,
25+ "role" : " Developer"
26+ }
27+ ],
28+ "require" :
29+ {
30+ "php" : " >=5.4.0"
31+ } ,
32+ "autoload" :
33+ {
34+ "classmap" : [ " vendor/phptoolcase/phptoolcase/lib" ]
35+ }
2936}
You can’t perform that action at this time.
0 commit comments