Skip to content

Commit

Permalink
[upgrade] symfony 4 (#3)
Browse files Browse the repository at this point in the history
* upgrade

* upgrade

* remove test credentials
  • Loading branch information
hayzem authored Apr 26, 2018
1 parent 7c9c558 commit 882d133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ services:
dugun_upload.service.upload_service:
class: Dugun\UploadBundle\Service\DugunUploadService
arguments: ['%dugun_upload.config%', '@dugun_upload.service.upload.aws_upload_service']
public: true
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duguncom/uploadbundle",
"description": "A upload bundle for duguncom",
"description": "A upload bundle for duguncom and anneysencom",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
Expand All @@ -17,13 +17,14 @@
"upload bundle"
],
"require": {
"symfony/http-kernel": "~2.7|~3.1",
"php": "^7.1.3",
"symfony/http-kernel": "~4.0",
"guzzlehttp/guzzle": "~6.1",
"aws/aws-sdk-php-symfony": "~1.1"
"aws/aws-sdk-php-symfony": "~2.0"
},
"require-dev": {
"symfony/framework-bundle": "~2.7|~3.1",
"phpunit/phpunit": "~4.3",
"phpunit/phpunit": "~5.6",
"intervention/image": "^2.3",
"symfony/var-dumper": "~2.8|~3.2",
"doctrine/annotations": "1.3.*"
Expand Down

0 comments on commit 882d133

Please sign in to comment.