~oly/yiiframework/yii-import

« back to all changes in this revision

Viewing changes to composer.json

  • Committer: Carsten Brandt
  • Date: 2016-12-05 15:32:03 UTC
  • mto: This revision was merged to the branch mainline in revision 3936.
  • Revision ID: git-v1:853bc8b2f585584a7f51ef4d1b572ea590b4fa88
use our own phpunit intead of travis'

fixed php5.6 build warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                        "framework/YiiBase.php",
81
81
                        "framework/yii.php"
82
82
                ]
 
83
        },
 
84
        "require-dev": {
 
85
                "phpunit/phpunit": "~3.7",
 
86
                "phpunit/phpunit-selenium": "~1.4.0"
83
87
        }
84
88
}