Skip to content

Commit

Permalink
Merge pull request #2 from ostrolucky/sf-4
Browse files Browse the repository at this point in the history
Symfony 4 compatibility
  • Loading branch information
ivanbarlog authored Oct 26, 2017
2 parents f8e8a8d + ecfe253 commit ac297d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}
},
"require": {
"php": "^7.0",
"php": "^7.1",
"everlutionsk/ajaxcom-php": "^1.0",
"symfony/http-foundation": "^3.0",
"symfony/routing": "^3.0",
"symfony/dependency-injection": "^3.0",
"symfony/http-kernel": "^3.0",
"symfony/templating": "^3.0"
"symfony/http-foundation": "^3.0|~4.0",
"symfony/routing": "^3.0|~4.0",
"symfony/dependency-injection": "^3.0|~4.0",
"symfony/http-kernel": "^3.0|~4.0",
"symfony/templating": "^3.0|~4.0"
},
"license": "MIT",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
ajaxcom.handler:
class: Everlution\AjaxcomBundle\Service\Ajaxcom
public: true
arguments:
- '@everlution.ajaxcom'
- "@ajaxcom.handler.replace_java_scripts"
Expand Down

0 comments on commit ac297d6

Please sign in to comment.