Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit a0b5424

Browse files
committed
Tweak dependencies temporarily to allow for installation in most projects
1 parent 2b98c1d commit a0b5424

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
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
},

helpers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
3940
function deleteDirectoryAndContents($dir)
4041
{
4142
$dir = ltrim($dir, '/');

0 commit comments

Comments
 (0)