Skip to content

Commit

Permalink
Switch to Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Dec 6, 2017
1 parent 35498bd commit 64999ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"monolog/monolog": "^1.22",
"php": "^7.0",
"psr/log": "^1.0",
"symfony/config": "^3.2",
"symfony/dependency-injection": "^3.2",
"symfony/yaml": "^3.2"
"symfony/config": "^4.0",
"symfony/dependency-injection": "^4.0",
"symfony/yaml": "^4.0"
},
"require-dev": {
}
Expand Down
4 changes: 3 additions & 1 deletion config/services.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
parameters:
logging_level: !php/const:Monolog\Logger::INFO
logging_level: !php/const Monolog\Logger::INFO

services:
logger:
public: true
class: Monolog\Logger
arguments:
- 'handler'
Expand All @@ -26,6 +27,7 @@ services:

# Define your own handlers and other services here
handler.hello:
public: true
class: Raines\Serverless\HelloHandler

# handler.example:
Expand Down

0 comments on commit 64999ce

Please sign in to comment.