Alexander Makarov
dc45de127c
Added --prefer-dist to all docs
...
1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
2. It requires less utilities to be installed (no VCS binaries required).
3. It takes less time to install dependencies.
11 years ago
Carsten Brandt
a7c0505e76
removed composer.lock from gitignore
...
we should not provide one in the package but developers should commit
them when starting a new project so that all share the same versions
and only explicit composer update command will change that.
Escpecially important when deploying to production.
11 years ago
Qiang Xue
3822ffd16a
prepare for next release.
11 years ago
Qiang Xue
7f10555d60
prepare for 2.0.0-alpha release.
11 years ago
Qiang Xue
494e3e3f23
changed composer setting to match all requirements.
11 years ago
Qiang Xue
e5d5ab5655
updated license information.
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Alexander Makarov
e115b0c860
Updated docs, composer.json and other things to mention and use PHP 5.4
11 years ago
Alexander Makarov
8c7d0aebe1
Added note about the fact that PHP SSL extension is required to install all Composer dependencies
11 years ago
crtlib
e0b256586b
Update SiteController.php
11 years ago
Valery Viktorovsky
6708923740
Converted CRLF to LF. Added gitattributes file.
12 years ago
Alexander Makarov
b062f62f35
Removed composer.lock from all apps. Currently it creates more problems since framework code changes rapidly.
12 years ago
Qiang Xue
420637443c
Refactored the way of sending response in controller actions.
12 years ago
Carsten Brandt
1165508a6a
updated composer for example apps
...
issue #439
12 years ago
Carsten Brandt
ff16c4ef05
Do not ignore composer.lock
...
a6c251d2ab (commitcomment-3291785)
12 years ago
Carsten Brandt
dff144797d
composer.json indentation fix
12 years ago
Carsten Brandt
a6c251d2ab
Adjusted vendor dirs of example applications
...
- update composer json to chosse right path
- set vendorPath in application config if not default
12 years ago
Qiang Xue
d48971a581
Added .htaccess file.
12 years ago
Qiang Xue
eb2d4fbd92
Added benchmark application.
12 years ago