Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (8 loc) · 506 Bytes

COMPOSER_UPDATE_CJW.md

File metadata and controls

17 lines (8 loc) · 506 Bytes

COMPOSER_UPDATE.md - alle Änderungen vom standard ez Paket hier dokumentiert

20141211 - fwoldt: neues Paket doctrine/orm in composer.json hinzugefügt

         "doctrine/orm" : "2.4.6"        
    
    ... dann
         
    ./composer.phar update doctrine/orm --no-dev
    
    oder
    
    php ./composer.phar require doctrine/orm 2.4.6 --update-no-dev