Skip to content

Commit

Permalink
Merge pull request #3 from facile-it/sf3_compat
Browse files Browse the repository at this point in the history
Add compatibility with Symfony 3
  • Loading branch information
Jean85 authored Jan 18, 2017
2 parents e24ed84 + 553f10f commit 0748902
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 1,065 deletions.
12 changes: 11 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
language: php
checks:
php: true

coding_style:
php:
spaces:
around_operators:
concatenation: true
negation: true
other:
after_type_cast: false

tools:
external_code_coverage: true
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
],
"require": {
"php": "^5.4|^7.0",
"symfony/http-kernel": "^2.3",
"symfony/framework-bundle": "^2.3",
"symfony/dependency-injection": "^2.3",
"symfony/config": "^2.3",
"symfony/yaml": "^2.3",
"symfony/http-kernel": "^2.3 || ^3.0",
"symfony/framework-bundle": "^2.3 || ^3.0",
"symfony/dependency-injection": "^2.3 || ^3.0",
"symfony/config": "^2.3 || ^3.0",
"guzzlehttp/guzzle": "^5.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 0748902

Please sign in to comment.