Skip to content

Commit

Permalink
Upgrade Symfony patch version to fix Intl issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Apr 29, 2019
1 parent a48a99e commit e3ee556
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 53 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- run:
name: Start containers
command: docker-compose up -d
- restore_cache:
name: Restore cache - vendor
keys:
- vendor-v1-{{ checksum "composer.lock" }}
- run:
name: Change owner on project dir after restoring cache
command: sudo chown -R 1000:1000 ../project
Expand All @@ -49,10 +45,6 @@ jobs:
- run:
name: Change owner on project dir after installing when there is no cache
command: sudo chmod -R 777 ../project
- save_cache:
paths:
- ./vendor
key: vendor-v7-{{ checksum "composer.lock" }}
- persist_to_workspace:
root: ~/
paths:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"symfony/monolog-bundle": "3.1.0",
"symfony/swiftmailer-bundle": "3.0.3",
"symfony/security-acl": "3.0.0",
"symfony/symfony": "3.4.4",
"symfony/symfony": "3.4.25",
"symfony/thanks": "^1.0",
"symfony/polyfill-apcu": "1.4.0",
"twig/extensions": "1.2.0",
Expand Down
81 changes: 37 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3ee556

Please sign in to comment.