Skip to content

Add support for symfony 5 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adopt composer.json
  • Loading branch information
alexander-schranz committed Feb 17, 2020
commit dc7e9ff9f046360992db3255c9f8d2a89cdfce24
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"phpcr/phpcr": "~2.1",
"symfony/finder": "~2.8 || ~3.4 || ~4.0 || ~5.0",
"symfony/console": "~2.8 || ~3.4 || ~4.0 || ~5.0"
"phpcr/phpcr": "^2.1",
"symfony/finder": "^2.8 || ^3.4 || ^4.0 || ^5.0",
"symfony/console": "^2.8 || ^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"jackalope/jackalope-fs": "dev-master",
"zendframework/zendsearch": "@dev"
"phpunit/phpunit": "^5.7",
"jackalope/jackalope-fs": "0.0.*",
"handcraftedinthealps/zendsearch": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down