8000 minor #28236 Don't "replace" symfony/contracts (nicolas-grekas) · symfony/symfony@ea5fe6f · GitHub
[go: up one dir, main page]

Skip to content

Commit ea5fe6f

Browse files
committed
minor #28236 Don't "replace" symfony/contracts (nicolas-grekas)
This PR was merged into the 4.2-dev branch. Discussion ---------- Don't "replace" symfony/contracts | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Maintaining an exact version number here is going to be painful on the long run. Let's free us from this burden. Commits ------- 7b4e5cc Don't "replace" symfony/contracts
2 parents 53ffa66 + 7b4e5cc commit ea5fe6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"psr/link": "^1.0",
2929
"psr/log": "~1.0",
3030
"psr/simple-cache": "^1.0",
31+
"symfony/contracts": "^1.0",
3132
"symfony/polyfill-ctype": "~1.8",
3233
"symfony/polyfill-intl-icu": "~1.0",
3334
"symfony/polyfill-mbstring": "~1.0",
@@ -39,7 +40,6 @@
3940
"symfony/cache": "self.version",
4041
"symfony/config": "self.version",
4142
"symfony/console": "self.version",
42-
"symfony/contracts": "1.0.0",
4343
"symfony/css-selector": "self.version",
4444
"symfony/dependency-injection": "self.version",
4545
"symfony/debug": "self.version",
@@ -122,8 +122,7 @@
122122
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
123123
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
124124
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
125-
"Symfony\\Component\\": "src/Symfony/Component/",
126-
"Symfony\\Contracts\\": "src/Symfony/Contracts/"
125+
"Symfony\\Component\\": "src/Symfony/Component/"
127126
},
128127
"classmap": [
129128
"src/Symfony/Component/Intl/Resources/stubs"

0 commit comments

Comments
 (0)
0