Skip to content

Commit

Permalink
Upgrades vendor libraries to current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moay committed Aug 30, 2019
1 parent 9a273f7 commit 79b1e4d
Show file tree
Hide file tree
Showing 15 changed files with 11,662 additions and 555 deletions.
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
###> symfony/web-server-bundle ###
.web-server-pid
###< symfony/web-server-bundle ###
/yarn-error.log

###> symfony/webpack-encore-pack ###
###> symfony/webpack-encore-bundle ###
/node_modules/
!/public/build/
###< symfony/webpack-encore-pack ###

/yarn-error.log
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"ext-json": "*",
"czproject/git-php": "^3.12",
"php-http/httplug-pack": "^1.1",
"psr/simple-cache": "^1.0",
"robinvdvleuten/ulid": "^1.1",
"sensio/framework-extra-bundle": "^5.1",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^4.0",
"symfony/cache": "^4.0",
"symfony/cache": "^4.1",
"symfony/console": "^4.0",
"symfony/dotenv": "^4.0",
"symfony/filesystem": "^4.0",
Expand All @@ -20,7 +21,7 @@
"symfony/framework-bundle": "^4.1",
"symfony/monolog-bundle": "^3.3",
"symfony/twig-bundle": "^4.0",
"symfony/webpack-encore-pack": "^1.0",
"symfony/webpack-encore-bundle": "^1.6",
"symfony/yaml": "^4.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 79b1e4d

Please sign in to comment.