Browse Source

Update deps

shalvah 5 years ago
parent
commit
e22c9f6528
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      composer.json

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+## 1.0.0-beta4 (Thursday, 21 May, 2020)
+### Fixed
+- Update deps to fix installation problems
+
 ## 1.0.0-beta3 (Tuesday, 19 May, 2020)
 ### Fixed
 - Create missing folders when generating for `laravel` type (https://github.com/knuckleswtf/scribe/commit/1289d399e98c24f6b0f9cfe04a8defd6a47ac000)

+ 1 - 1
composer.json

@@ -21,7 +21,7 @@
         "illuminate/console": "^5.8|^6.0|^7.0",
         "illuminate/routing": "^5.8|^6.0|^7.0",
         "illuminate/support": "^5.8|^6.0|^7.0",
-        "knuckleswtf/pastel": "^1.3.1",
+        "knuckleswtf/pastel": "^1.3.3",
         "league/flysystem": "^1.0",
         "mpociot/reflection-docblock": "^1.0.1",
         "nunomaduro/collision": "^3.0|^4.0",