File tree Expand file tree Collapse file tree 3 files changed +189
-1620
lines changed Expand file tree Collapse file tree 3 files changed +189
-1620
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "1" : " timephp:script" ,
3
+ "2" : " timephp:timephp"
4
+ }
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"minimum-stability" : " alpha" ,
13
- "repositories" : [
14
- {
15
- "type" : " vcs" ,
16
- "url" : " https://github.com/MrAnyx/Skeleton-TimePHP"
17
- }
18
- ],
19
13
"description" : " Boilerplate project using TimePHP" ,
20
14
"autoload" : {
21
15
"psr-4" : {
24
18
},
25
19
"require" : {
26
20
"php" : " ^7.4" ,
27
- "timephp/timephp" : " 0.0.2-alpha"
21
+ "timephp/script" : " 0.0.1-alpha" ,
22
+ "timephp/timephp" : " 0.0.3-alpha"
28
23
},
29
24
"require-dev" : {
30
25
"symfony/var-dumper" : " ^5.1"
26
+ },
27
+ "scripts" : {
28
+ "post-package-install" : " TimePHP\\ Script::postPackageInstall" ,
29
+ "pre-package-uninstall" : " TimePHP\\ Script::prePackageUninstall"
31
30
}
32
31
}
You can’t perform that action at this time.
0 commit comments