Skip to content

Commit ea10929

Browse files
committed
Update dependencies
1 parent 4a93b9c commit ea10929

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212

1313
### Changed Dependencies
1414
- Updated Laravel Illuminate packages to 5.8
15+
- Updated Twig from 1.x to 2.x
1516
- Updated PHPUnit to 7.5
1617
- Updated Mockery to 1.2
1718
- Updated symfony/console to 4.3

app/sprinkles/core/composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,18 @@
4040
"league/flysystem-sftp": "~1.0",
4141
"monolog/monolog": "^1",
4242
"phpmailer/phpmailer": "5.2.10",
43-
"rockettheme/toolbox": "1.3.1",
4443
"slim/csrf": "^0.8",
4544
"slim/slim": "^3",
46-
"slim/twig-view": "^1.2",
45+
"slim/twig-view": "^2.5",
4746
"symfony/http-foundation": "*",
48-
"twig/twig": "^1.18",
49-
"userfrosting/assets": "^5.0.4",
50-
"userfrosting/config": "~4.2.0",
51-
"userfrosting/cache": "~4.2.0",
52-
"userfrosting/fortress": "~4.2.0",
53-
"userfrosting/i18n": "~4.2.0",
54-
"userfrosting/session": "~4.2.2",
55-
"userfrosting/support": "~4.2.0",
47+
"twig/twig": "^2.11",
48+
"userfrosting/assets": "^6.0.0",
49+
"userfrosting/config": "~4.3.0",
50+
"userfrosting/cache": "~4.3.0",
51+
"userfrosting/fortress": "~4.3.0",
52+
"userfrosting/i18n": "~4.3.0",
53+
"userfrosting/session": "~4.3.0",
54+
"userfrosting/support": "~4.3.0",
5655
"vlucas/phpdotenv": "^2"
5756
},
5857
"autoload": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=7.1",
1919
"ext-gd": "*",
2020
"composer/installers": "^1.4.0",
21-
"userfrosting/uniformresourcelocator": "~4.2.3",
21+
"userfrosting/uniformresourcelocator": "~4.3.0",
2222
"symfony/console": "^4.3",
2323
"wikimedia/composer-merge-plugin": "^1.4.0"
2424
},

0 commit comments

Comments
 (0)