We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf02d7 commit 62d6564Copy full SHA for 62d6564
composer.json
@@ -4,7 +4,7 @@
4
"require": {
5
"php": "^8.0",
6
"symfony/console": "^5.0 || ^6.0",
7
- "jackalope/jackalope": "dev-static-typing@dev as 2.0",
+ "jackalope/jackalope": "dev-static-typing as 2.0",
8
"phpcr/phpcr": "^2.1",
9
"phpcr/phpcr-utils": "^1.2",
10
"symfony/finder": "^5.0 || ^6.0",
@@ -18,8 +18,8 @@
18
"phpunit/phpunit": "^9.5",
19
"behat/behat": "^3.10",
20
"phpspec/phpspec": "^7.2",
21
- "jackalope/jackalope-doctrine-dbal": "dev-upgrade-to-2@dev as 2.0",
22
- "jackalope/jackalope-jackrabbit": "dev-upgrade-to-2@dev as 2.0",
+ "jackalope/jackalope-doctrine-dbal": "dev-upgrade-to-2 as 2.0",
+ "jackalope/jackalope-jackrabbit": "dev-upgrade-to-2 as 2.0",
23
"phpspec/prophecy-phpunit": "^2.0"
24
},
25
"suggest": {
0 commit comments