File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src-php/packager/repository Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name : jppm
2- version : 0.6.3
2+ version : 0.6.4
33
44plugins : [GitHub, Hub, Doc]
55
@@ -17,7 +17,8 @@ github:
1717 > JPHP Package Manager v%version%
1818
1919 **What's new**
20- + Bugfixes.
20+ + Upgrade JPHP core.
21+ + Fix using deps by git links on linux for non-root users.
2122
2223 **Downloads**
2324 + For Windows: [JPPM Windows Installer](%github.address%/releases/download/jppm-%version%/jppm-setup-%version%.exe)
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function getLocalDirectory(): string
8888 return $ this ->localDir ;
8989 }
9090
91- $ home = System::getProperty ("jppm.home " ) . "/../ download/git " ;
91+ $ home = System::getProperty ("jppm.home " ) . "/download/git " ;
9292
9393 $ source = new URL ($ this ->getNormalSource ());
9494
You can’t perform that action at this time.
0 commit comments