Skip to content

Commit 9fc3602

Browse files
Adopt composer.json
1 parent bfac996 commit 9fc3602

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"phpcr/phpcr": "~2.1",
13-
"symfony/finder": "~2.8 || ~3.4 || ~4.0 || ~5.0",
14-
"symfony/console": "~2.8 || ~3.4 || ~4.0 || ~5.0"
12+
"phpcr/phpcr": "^2.1",
13+
"symfony/finder": "^2.8 || ^3.4 || ^4.0 || ^5.0",
14+
"symfony/console": "^2.8 || ^3.4 || ^4.0 || ^5.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "~5.7",
18-
"jackalope/jackalope-fs": "dev-master",
19-
"zendframework/zendsearch": "@dev"
17+
"phpunit/phpunit": "^5.7",
18+
"jackalope/jackalope-fs": "0.0.*",
19+
"handcraftedinthealps/zendsearch": "^2.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)