Klimov Paul
548e7c7e4c
'yiisoft/yii2' package dependency version switched to 'dev'
10 years ago
Klimov Paul
c7e5c31371
'yiisoft/yii2' package dependency changed
10 years ago
Qiang Xue
1b6b1e61cf
2.0.4 release
10 years ago
Carsten Brandt
dc95bd562d
adjusted composer.json links
10 years ago
Carsten Brandt
90e3df6da4
added unit tests
10 years ago
Alexander Makarov
84ad12bc5c
Reverted #7459 , #7469 , #7470
10 years ago
Alexander Kochetov
351e32679b
Fixed bootstrap extension composer.json
10 years ago
Alexander Makarov
b06278004e
Fixes #5874 : Upgraded Twitter Bootstrap to 3.3.x
10 years ago
Carsten Brandt
7caa10325e
adjusted composer.json to follow more stable versioning policy for assets
...
as discussed before, better do this change before RC to avoid breaking BC in GA.
10 years ago
Carsten Brandt
356cbbbc6a
improved version constraints for bower asset packages
10 years ago
Carsten Brandt
e77f7bb13a
added branch alias to composer.json
10 years ago
Carsten Brandt
ae812b0c94
Changed version constratints to be semantic versioning again
...
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0`
it does not prevent dev versions to be installed but neither does `1.*`
- dev versions are constrolled via `minimum-stability` setting and the
`@dev`, `@beta`, `@stable`,... settings.
- setting bower packages that ship compiled files only with the stable
release to use `@stable` in composer.json of the applictaions. This
setting can be removed when we remove the `minimum-stability=dev`
setting after GA.
10 years ago
Qiang Xue
44ac493a32
using stable versions.
10 years ago
Qiang Xue
de58cb4070
Removed unused bower.json files. Adjusted version dependencies.
10 years ago
Qiang Xue
1d84b01d58
Adjusted dependency versions to stable ones.
10 years ago
Qiang Xue
1ff89de284
WIP
10 years ago
Qiang Xue
94fcfcc1d6
new asset WIP [skip ci]
10 years ago
Qiang Xue
621ace7206
new asset WIP
10 years ago
Dilip
7f31280c93
Upgraded Bootstrap from 3.1 to 3.2
11 years ago
Carsten Brandt
475aa07139
Tabs to spaces to be consistent
...
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
11 years ago
Carsten Brandt
5c3383ed92
install bootstrap 3.1 by default but allow 3.0.x
11 years ago
Qiang Xue
68686251ab
Fixes #3036 : Upgraded Twitter Bootstrap to 3.1.x
11 years ago
Tobias Munk
76cf0e8330
replaced keyword "yii" with "yii2" in composer.json files ( fixes #2557 )
11 years ago
Qiang Xue
d0d1e79c04
psr-4 change.
11 years ago
Qiang Xue
d9802aacce
psr-4 change.
11 years ago
Qiang Xue
4cf356df8d
adjust directories for PSR-4.
11 years ago
Carsten Brandt
951791f245
added unit test for twig renderer
...
verify #1755 works
11 years ago
Carsten Brandt
c9baa5309f
updated composer.json
11 years ago
Qiang Xue
8173b16433
added apidoc to composer.json.
11 years ago
Qiang Xue
03a88e4f38
Adjusted composer for faker extension.
11 years ago
Mark
a3071fd90d
added faker integration
11 years ago
Alexander Makarov
90d5e5cfe4
Updated HTMLPurified dependency to `4.6.*`
11 years ago
Carsten Brandt
dabeea7a38
testing: do not require php ext in composer.json and use composer phpunit on travis
11 years ago
Alexander Kochetov
32ea48c7ba
Actualize phpunit usage approach
11 years ago
Antonio Ramirez
fc28927ddb
fix composer.json syntax
11 years ago
Antonio Ramirez
53160797df
added tests
11 years ago
Qiang Xue
6eb6e22630
fixed composer.json
11 years ago
Carsten Brandt
382cee156c
Made yii2-dev composer.json more lightweight
...
Do not depend on all packages, suggest them instead. require-dev will still have them for testing.
11 years ago
Mark
1e24d60bcd
added new extension yii2-codeception, modified composer settings
11 years ago
Qiang Xue
22c45342cf
fixed composer.json for yii-dev.
11 years ago
Qiang Xue
1c761753a3
Fixed mongodb in composer.json.
11 years ago
Carsten Brandt
7fcc38da53
updated composer.json for mongo db
11 years ago
Carsten Brandt
99d01954b5
added elasticsearch to composer.json
11 years ago
Qiang Xue
89472955e5
doc fix.
11 years ago
Carsten Brandt
8ac2b7364d
moved redis to extensions
11 years ago
Qiang Xue
4c1b823d03
fixed whitespaces
11 years ago
Qiang Xue
d2614875e0
update composer to include sphinx
11 years ago
Carsten Brandt
10fc8e4a5d
fixes #1306
11 years ago
Carsten Brandt
de0ce94482
fixed travis and composer issue
11 years ago
Carsten Brandt
a0a3c36c39
make travis work
11 years ago