2017-01-18 2 views
0

작곡가 모드에서 TYPO3을 사용하고 있습니다. 현재 유일한 의존성 EXT : RealURL이 TYPO3을 필요로하기 때문에 TYPO3 (버전 8.4)의 지원되지 않는 버전이 붙어 있습니다. < 8.5이므로 업그레이드를 방해합니다.작곡가 모드의 TYPO3 Realurl

{ 
    "repositories": [ 
      { "type": "composer", "url": "https://composer.typo3.org/" } 
    ], 
    "name": "typo3/cms-base-distribution", 
    "description" : "TYPO3 CMS Base Distribution", 
    "license": "GPL-2.0+", 
    "require": { 
      "typo3/cms": "^8.4", 
      "typo3-ter/realurl": "^2.1" 
    }, 
    "extra": { 
      "typo3/cms": { 
        "cms-package-dir": "{$vendor-dir}/typo3/cms", 
        "web-dir": "web" 
      } 
    } 

}

RealURL의 composer.json

"require": { 
     "typo3/cms-core": ">=6.2.0,<8.5.0", 
     "php": ">=5.4.0" 
    }, 

내 옵션은 지금 무엇인지 확실하지 않다 : 지원되지 않는 버전의 안녕히 TYPO3와

거래 또는 파괴, RealURL 포기 기존 URL 또는?

당신이 지적 할 수 있다면 내가 여기 실행 가능한 옵션 : realurl가 업데이트 될 때까지

답변

1

당신이 사용할 수 있습니다 실종 경우는, 좋은 것 :

"require": { 
    "typo3/cms": "8.5.1 as 8.4.99", 
    "typo3-ter/realurl": "^2.1" 
}