Skip to content

Commit ba9df48

Browse files
committed
Updated symfony/console to 4.3
1 parent aab36b0 commit ba9df48

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### Changed Requirements
1111
- Changed minimum PHP Version to 7.1
1212

13+
### Changed Dependencies
14+
- Updated Laravel Illuminate packages to 5.8
15+
- Updated PHPUnit to 7.5
16+
- Updated Mockery to 1.2
17+
- Updated symfony/console to 4.3
18+
1319
### Added
1420
- Separated `BakeCommand` class into multiple methods to make it easier for sprinkle to add custom command to the `bake` command.
1521

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ext-gd": "*",
2020
"composer/installers": "^1.4.0",
2121
"userfrosting/uniformresourcelocator": "~4.2.3",
22-
"symfony/console": "^3.3",
22+
"symfony/console": "^4.3",
2323
"wikimedia/composer-merge-plugin": "^1.4.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)