This repository was archived by the owner on Jan 10, 2022. It is now read-only.
File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 5
5
- 5.5
6
6
- 5.6
7
7
- 7.0
8
- - hhvm
8
+ - 7.1
9
9
10
10
# faster builds on new travis setup not using sudo
11
11
sudo : false
17
17
18
18
install :
19
19
- travis_retry composer self-update && composer --version
20
- - travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0 "
20
+ - travis_retry composer global require "fxp/composer-asset-plugin:^1.3.1 "
21
21
- export PATH="$HOME/.composer/vendor/bin:$PATH"
22
22
- travis_retry composer install --prefer-dist --no-interaction
23
23
Original file line number Diff line number Diff line change 1
- Install Extension for Yii 2
2
- ===========================
1
+ <p align =" center " >
2
+ <a href="https://github.com/yii2tech" target="_blank">
3
+ <img src="https://avatars2.githubusercontent.com/u/12951949" height="100px">
4
+ </a>
5
+ <h1 align="center">Install Extension for Yii 2</h1>
6
+ <br>
7
+ </p >
3
8
4
9
This extension provides ability for automated initialization of the project working copy, including local directories and
5
10
files creation, running DB migrations and so on.
Original file line number Diff line number Diff line change 114
114
$ autoloadFile = $ basePath . '/vendor/autoload.php ' ;
115
115
if (!file_exists ($ autoloadFile )) {
116
116
$ composerBin = file_exists ($ basePath . '/composer.phar ' ) ? $ basePath . '/composer.phar ' : 'composer ' ;
117
- passthru ('(cd ' . escapeshellarg ($ basePath ) . "; {$ composerBin } global require 'fxp/composer-asset-plugin:^1.2.0 '; {$ composerBin } install) " );
117
+ passthru ('(cd ' . escapeshellarg ($ basePath ) . "; {$ composerBin } global require 'fxp/composer-asset-plugin:^1.3.1 '; {$ composerBin } install) " );
118
118
}
119
119
120
120
require ($ autoloadFile );
Original file line number Diff line number Diff line change 6
6
use Yii ;
7
7
8
8
/**
9
- * Base class for the 'Crontab' test cases.
9
+ * Base class for the test cases.
10
10
*/
11
11
class TestCase extends \PHPUnit \Framework \TestCase
12
12
{
You can’t perform that action at this time.
0 commit comments