Blame view

vendor/bower/yii2-pjax/composer.json 487 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  {
  	"name": "yiisoft/jquery-pjax",
  	"description": "pushState + ajax = pjax, a forked maintainted by the Yii Framework core developers",
  	"homepage": "https://github.com/yiisoft/jquery-pjax#readme",
  	"license": "MIT",
  	"support": {
  		"irc": "irc://irc.freenode.org/jquery",
  		"issues": "https://github.com/yiisoft/jquery-pjax/issues",
  		"forum": "http://www.yiiframework.com/forum/",
  		"source": "https://github.com/yiisoft/jquery-pjax"
  	},
  	"require": {
  		"yiisoft/jquery": ">=1.8"
  	}
  }