This repository was archived by the owner on Jun 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
1313
1414### Removed
1515
16+ ## 1.1.0 - Friday, 10 April 2020 ([ compare to previous] ( https://github.com/knuckleswtf/pastel/compare/1.00...1.1.0 ) )
17+ ### Modified
18+ - Tweak dependencies temporarily to allow for installation in most projects
19+
1620## 1.0.0 - Thursday, 9 April 2020 ([ compare to previous] ( https://github.com/knuckleswtf/pastel/compare/0.2.0...1.0.0 ) )
1721### Modified
1822- Switch to Clara for console output (https://github.com/knuckleswtf/pastel/commit/6a011391262a726e147ceb99ee3e6784aaf00e01 )
Original file line number Diff line number Diff line change 3030 "illuminate/view" : " ^6.0|^7.0" ,
3131 "mnapoli/front-yaml" : " ^1.6 " ,
3232 "windwalker/renderer" : " 3.*" ,
33- "league/flysystem" : " ^2.0" ,
3433 "ext-json" : " *" ,
3534 "shalvah/clara" : " ^2.0.0"
3635 },
3736 "require-dev" : {
3837 "phpunit/phpunit" : " ^9.1" ,
38+ "league/flysystem" : " ^2.0" ,
3939 "ext-dom" : " *" ,
4040 "ext-libxml" : " *"
4141 },
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ function rcopy($src, $dest)
3636 }
3737}
3838
39+ // Note that league/flysystem is in require-dev, so this function wont work outside tests
3940function deleteDirectoryAndContents ($ dir )
4041{
4142 $ dir = ltrim ($ dir , '/ ' );
You can’t perform that action at this time.
0 commit comments