mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12920] Remove incorrect @ from self.version reference in composer.json
PHPBB3-12920
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"post-update-cmd": "echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies."
|
"post-update-cmd": "echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies."
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"phpbb/phpbb-core": "@self.version"
|
"phpbb/phpbb-core": "self.version"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3",
|
"php": ">=5.3.3",
|
||||||
|
Reference in New Issue
Block a user