Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error after updating #11

Closed
testt23 opened this issue Jan 12, 2020 · 9 comments
Closed

Syntax error after updating #11

testt23 opened this issue Jan 12, 2020 · 9 comments
Assignees

Comments

@testt23
Copy link

testt23 commented Jan 12, 2020

IMG_20200112_121940

I have updated Luya kernel and luya plugins and after updating I have error:

Syntax error

Yii debug is ON

@nadar
Copy link
Contributor

nadar commented Jan 12, 2020

Please provide full stack trace from the exception, otherwise we can not help fix this. Take a look at the xhr request which throws the error

@testt23
Copy link
Author

testt23 commented Jan 12, 2020

)]}',
{"name":"Exception","message":"Syntax error.","code":4,"type":"yii\base\InvalidArgumentException","file":"/home/USER/luya-kickstarter/vendor/yiisoft/yii2/helpers/BaseJson.php","line":133,"stack-trace":["#0 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/helpers/BaseJson.php(107): yii\helpers\BaseJson::handleJsonError(4)","#1 /home/USER/luya-kickstarter/vendor/luyadev/luya-module-remoteadmin/src/models/Site.php(391): yii\helpers\BaseJson::decode('...')","#2 [internal function]: luya\remoteadmin\models\Site->luya\remoteadmin\models\{closure}(Object(luya\remoteadmin\models\Site))","#3 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/traits/CacheableTrait.php(110): call_user_func(Object(Closure), Object(luya\remoteadmin\models\Site))","#4 /home/USER/luya-kickstarter/vendor/luyadev/luya-module-remoteadmin/src/models/Site.php(405): luya\remoteadmin\models\Site->getOrSetHasCache(Array, Object(Closure), 3600)","#5 /home/USER/luya-kickstarter/vendor/luyadev/luya-module-remoteadmin/src/models/Site.php(274): luya\remoteadmin\models\Site->getPackageVersion(NULL)","#6 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/base/Component.php(139): luya\remoteadmin\models\Site->getPackages()","#7 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/db/BaseActiveRecord.php(298): yii\base\Component->__get('packages')","#8 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/base/ArrayableTrait.php(126): yii\db\BaseActiveRecord->__get('packages')","#9 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/rest/Serializer.php(260): yii\base\Model->toArray(Array, Array)","#10 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/rest/Serializer.php(150): yii\rest\Serializer->serializeModel(Object(luya\remoteadmin\models\Site))","#11 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/rest/Controller.php(99): yii\rest\Serializer->serialize(Object(luya\remoteadmin\models\Site))","#12 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/rest/Controller.php(77): yii\rest\Controller->serializeData(Object(luya\remoteadmin\models\Site))","#13 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/base/Controller.php(159): yii\rest\Controller->afterAction(Object(luya\admin\ngrest\base\actions\ViewAction), Object(luya\remoteadmin\models\Site))","#14 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction('view', Array)","#15 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction('admin/api-remot...', Array)","#16 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/web/Application.php(48): yii\web\Application->handleRequest(Object(luya\web\Request))","#17 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/base/Application.php(386): luya\web\Application->handleRequest(Object(luya\web\Request))","#18 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/base/Boot.php(268): yii\base\Application->run()","#19 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/base/Boot.php(208): luya\base\Boot->applicationWeb()","#20 /home/USER/luya-kickstarter/public_html/index.php(8): luya\base\Boot->run()","#21 {main}"]}

@nadar nadar self-assigned this Jan 12, 2020
@nadar
Copy link
Contributor

nadar commented Jan 12, 2020

So it seems one or more packages are unable to retrieve its packagist content, maybe we should check the response status:

https://github.com/luyadev/luya-module-remoteadmin/blob/master/src/models/Site.php#L390

@testt23
Copy link
Author

testt23 commented Jan 12, 2020

I have debug this:

		$curl->get('https://packagist.org/packages/'.$package.'.json');
		//print_r($curl);
		$json = Json::decode($curl->response);
		//print_r($json);

and One print:
Curl\Curl Object ( [_cookies:Curl\Curl:private] => Array ( ) [_headers:Curl\Curl:private] => Array ( ) [curl] => Resource id #4 [error] => [error_code] => 0 [error_message] => [curl_error] => [curl_error_code] => 0 [curl_error_message] => [http_error] => [http_status_code] => 200 [http_error_message] => [request_headers] => Array ( [0] => GET /packages/luyadev/luya-core.json HTTP/2 [1] => Host: packagist.org [2] => user-agent: PHP Curl/1.9 (+https://github.com/php-mod/curl) [3] => accept: */* ) [response_headers] => Array ( [0] => HTTP/2 200 [1] => server: nginx [2] => date: Sun, 12 Jan 2020 20:01:04 GMT [3] => content-type: application/json [4] => vary: Accept-Encoding [5] => vary: Accept-Encoding [6] => cache-control: public, s-maxage=43200 [7] => strict-transport-security: max-age=31104000 [8] => x-frame-options: DENY [9] => content-security-policy: default-src 'self'; block-all-mixed-content; connect-src 'self' *.algolia.net *.algolianet.com; font-src 'self' https://fonts.gstatic.com/; img-src 'self' https: data: http://www.google-analytics.com/; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.jsdelivr.net/ https://www.google-analytics.com/; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net/ https://fonts.googleapis.com/ [10] => x-content-security-policy: default-src 'self'; block-all-mixed-content; connect-src 'self' *.algolia.net *.algolianet.com; font-src 'self' https://fonts.gstatic.com/; img-src 'self' https: data: http://www.google-analytics.com/; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.jsdelivr.net/ https://www.google-analytics.com/; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net/ https://fonts.googleapis.com/ [11] => access-control-allow-origin: * [12] => x-xss-protection: 1; mode=block [13] => referrer-policy: strict-origin-when-cross-origin [14] => x-content-type-options: nosniff ) [response] => {"package":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","time":"2016-03-08T10:00:48+00:00","maintainers":[{"name":"nadar","avatar_url":"https:\/\/www.gravatar.com\/avatar\/6dd5a157a88627522dc79396c0e9afaf?d=identicon"}],"versions":{"dev-master":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"dev-master","version_normalized":"9999999-dev","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"5f24e5290836946b579cf05e11c4427aa54b4746"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/5f24e5290836946b579cf05e11c4427aa54b4746","reference":"5f24e5290836946b579cf05e11c4427aa54b4746","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2020-01-10T20:54:26+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"phpmailer\/phpmailer":"^6.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","luyadev\/luya-composer":"^1.0","giggsey\/libphonenumber-for-php":"^8.11"}},"1.0.25":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.25","version_normalized":"1.0.25.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"a0974a2f86f897652e60f48f5056b3d4467d93e7"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/a0974a2f86f897652e60f48f5056b3d4467d93e7","reference":"a0974a2f86f897652e60f48f5056b3d4467d93e7","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.25"},"time":"2020-01-07T15:33:57+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"^1.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0","giggsey\/libphonenumber-for-php":"^8.11"}},"1.0.24":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.24","version_normalized":"1.0.24.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"656be457ffc80e0691eaaaeccbd5442deadbe0a5"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/656be457ffc80e0691eaaaeccbd5442deadbe0a5","reference":"656be457ffc80e0691eaaaeccbd5442deadbe0a5","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.24"},"time":"2019-12-09T19:41:48+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"^1.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.23":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.23","version_normalized":"1.0.23.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"5f709ac6760ee90deee641f77fe41e27f153f95b"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/5f709ac6760ee90deee641f77fe41e27f153f95b","reference":"5f709ac6760ee90deee641f77fe41e27f153f95b","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.23"},"time":"2019-11-27T17:10:09+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"^1.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.22":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.22","version_normalized":"1.0.22.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"c818377491124ca702b7b8bd93dc65759844a03c"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/c818377491124ca702b7b8bd93dc65759844a03c","reference":"c818377491124ca702b7b8bd93dc65759844a03c","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.22"},"time":"2019-10-22T11:53:22+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"^1.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.21":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.21","version_normalized":"1.0.21.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"23d8714ce08deddfb586c4e90ccaf0da2a95b112"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/23d8714ce08deddfb586c4e90ccaf0da2a95b112","reference":"23d8714ce08deddfb586c4e90ccaf0da2a95b112","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2019-09-09T12:08:23+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"^1.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.20":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.20","version_normalized":"1.0.20.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"75642dca7b2b641de6540b853c4bd1b70159bfb2"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/75642dca7b2b641de6540b853c4bd1b70159bfb2","reference":"75642dca7b2b641de6540b853c4bd1b70159bfb2","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2019-08-05T18:59:38+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"^1.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.19":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.19","version_normalized":"1.0.19.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"bc6083c4001811eec2778008cfeda2e7d18cb9af"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/bc6083c4001811eec2778008cfeda2e7d18cb9af","reference":"bc6083c4001811eec2778008cfeda2e7d18cb9af","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2019-07-22T10:58:53+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"^1.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.18":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.18","version_normalized":"1.0.18.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"8aec9d5dc32f5c9363989e55dcef825214b783e5"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/8aec9d5dc32f5c9363989e55dcef825214b783e5","reference":"8aec9d5dc32f5c9363989e55dcef825214b783e5","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.18"},"time":"2019-05-27T10:05:39+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.17":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.17","version_normalized":"1.0.17.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"cb60abb6a65912088feeabfd7bd9e3a472be2f72"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/cb60abb6a65912088feeabfd7bd9e3a472be2f72","reference":"cb60abb6a65912088feeabfd7bd9e3a472be2f72","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.17"},"time":"2019-04-23T08:27:34+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.16":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.16","version_normalized":"1.0.16.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a","reference":"a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2019-04-01T09:00:32+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.15":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.15","version_normalized":"1.0.15.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"8cbcaace84d20d4357b830519abf55c669d4298e"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/8cbcaace84d20d4357b830519abf55c669d4298e","reference":"8cbcaace84d20d4357b830519abf55c669d4298e","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2019-02-19T12:18:46+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.14.2":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.14.2","version_normalized":"1.0.14.2","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"46226dc830d03b9428b337a446e2df5837a80b7c"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/46226dc830d03b9428b337a446e2df5837a80b7c","reference":"46226dc830d03b9428b337a446e2df5837a80b7c","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2018-12-03T12:45:15+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.14.1":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.14.1","version_normalized":"1.0.14.1","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"21c78d42096663977e9c48a940d6edef56296c7e"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/21c78d42096663977e9c48a940d6edef56296c7e","reference":"21c78d42096663977e9c48a940d6edef56296c7e","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2018-11-28T17:16:13+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.14":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.14","version_normalized":"1.0.14.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"80fe9192b66b1cf80ff49637403db61884859ef3"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/80fe9192b66b1cf80ff49637403db61884859ef3","reference":"80fe9192b66b1cf80ff49637403db61884859ef3","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.14"},"time":"2018-11-17T11:49:53+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"^2.0 || ^1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.13":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.13","version_normalized":"1.0.13.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"ac920503016031b39a24ef998d2267ce543031ba"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/ac920503016031b39a24ef998d2267ce543031ba","reference":"ac920503016031b39a24ef998d2267ce543031ba","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.13"},"time":"2018-10-30T11:06:56+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.12":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.12","version_normalized":"1.0.12.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"82ae26e7b47f840f235fe2f0f40e0a1df29255c6"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/82ae26e7b47f840f235fe2f0f40e0a1df29255c6","reference":"82ae26e7b47f840f235fe2f0f40e0a1df29255c6","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.12"},"time":"2018-10-08T14:45:51+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.11":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.11","version_normalized":"1.0.11.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"b3b65043a8ec02c5263d8359671b96d560b43c0e"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/b3b65043a8ec02c5263d8359671b96d560b43c0e","reference":"b3b65043a8ec02c5263d8359671b96d560b43c0e","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2018-09-05T08:59:30+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.10":{"name":"luyadev\/luya-core","description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.10","version_normalized":"1.0.10.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"2619b21764ce1ecea301b33d01ba7307877607f5"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/2619b21764ce1ecea301b33d01ba7307877607f5","reference":"2619b21764ce1ecea301b33d01ba7307877607f5","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.10"},"time":"2018-07-18T14:13:30+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.9":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.9","version_normalized":"1.0.9.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"449fd840937e88a0f7a013770c544c61a959df41"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/449fd840937e88a0f7a013770c544c61a959df41","reference":"449fd840937e88a0f7a013770c544c61a959df41","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.9"},"time":"2018-06-01T10:03:31+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.8":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.8","version_normalized":"1.0.8.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"393af7540a371dba40929545bc3b82acc9dddd17"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/393af7540a371dba40929545bc3b82acc9dddd17","reference":"393af7540a371dba40929545bc3b82acc9dddd17","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.8"},"time":"2018-05-14T11:08:07+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.7":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.7","version_normalized":"1.0.7.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"c1a35ea848f53f5d25437e58b1c70f8991218ed9"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/c1a35ea848f53f5d25437e58b1c70f8991218ed9","reference":"c1a35ea848f53f5d25437e58b1c70f8991218ed9","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.7"},"time":"2018-05-02T13:01:29+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.6":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.6","version_normalized":"1.0.6.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"1a6b6449632549b87797d9b4d637b9e4f4c10152"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/1a6b6449632549b87797d9b4d637b9e4f4c10152","reference":"1a6b6449632549b87797d9b4d637b9e4f4c10152","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.6"},"time":"2018-04-11T10:02:05+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.5":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.5","version_normalized":"1.0.5.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"6b42a8eb7a434c379d2345c217368cc4b67f0603"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/6b42a8eb7a434c379d2345c217368cc4b67f0603","reference":"6b42a8eb7a434c379d2345c217368cc4b67f0603","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.5"},"time":"2018-03-26T15:55:52+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.15","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.4":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.4","version_normalized":"1.0.4.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"d727662a3100d292658d26b96ce5e34895b7cffd"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/d727662a3100d292658d26b96ce5e34895b7cffd","reference":"d727662a3100d292658d26b96ce5e34895b7cffd","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.4"},"time":"2018-02-28T10:26:28+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.14.1","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.3":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.3","version_normalized":"1.0.3.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"37ea89210a361d2ce380eaf2e5f3a348d61d887d"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/37ea89210a361d2ce380eaf2e5f3a348d61d887d","reference":"37ea89210a361d2ce380eaf2e5f3a348d61d887d","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.3"},"time":"2018-01-24T14:54:58+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.13","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.2.1":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.2.1","version_normalized":"1.0.2.1","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"2972c80f6124400c18eed81f8bf1bf5bfaee2b47"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/2972c80f6124400c18eed81f8bf1bf5bfaee2b47","reference":"2972c80f6124400c18eed81f8bf1bf5bfaee2b47","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2018-01-22T13:17:58+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.13","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.2":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.2","version_normalized":"1.0.2.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"73f5670cf9c927f2a490182130329d8af827967c"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/73f5670cf9c927f2a490182130329d8af827967c","reference":"73f5670cf9c927f2a490182130329d8af827967c","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/1.0.2"},"time":"2018-01-17T09:34:13+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.13","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.1":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.1","version_normalized":"1.0.1.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"d4440bc579ad64b34af3e6a86814b0a536bd7b2f"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/d4440bc579ad64b34af3e6a86814b0a536bd7b2f","reference":"d4440bc579ad64b34af3e6a86814b0a536bd7b2f","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2018-01-03T16:58:07+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.13","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.0":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.0","version_normalized":"1.0.0.0","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"975045608be0ef75b309b0bf0e87cf58ff9687c9"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/975045608be0ef75b309b0bf0e87cf58ff9687c9","reference":"975045608be0ef75b309b0bf0e87cf58ff9687c9","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2017-12-12T10:02:16+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"~2.0.13","curl\/curl":"~1.0","phpmailer\/phpmailer":"^6.0"}},"1.0.0-RC4":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.0-RC4","version_normalized":"1.0.0.0-RC4","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"188423ca921616b8b54b2d456abb16055c60e2a0"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/188423ca921616b8b54b2d456abb16055c60e2a0","reference":"188423ca921616b8b54b2d456abb16055c60e2a0","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2017-09-05T15:17:31+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"luyadev\/luya-composer":"~1.0.0","yiisoft\/yii2":"2.0.12","curl\/curl":"~1.0","phpmailer\/phpmailer":"~5.0"}},"1.0.0-RC3":{"name":"luyadev\/luya-core","description":"LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.","keywords":["admin","cms","core","yii","yii2","luya"],"homepage":"https:\/\/luya.io","version":"1.0.0-RC3","version_normalized":"1.0.0.0-RC3","license":["MIT"],"authors":[{"name":"Basil Suter","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"7b75bfeca670f4a034e3a8720f1890eccd31bb76"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/7b75bfeca670f4a034e3a8720f1890eccd31bb76","reference":"7b75bfeca670f4a034e3a8720f1890eccd31bb76","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2017-04-11T13:34:53+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"php":"\u003E=5.5.0","yiisoft\/yii2":"2.0.11","twig\/twig":"^1.24","curl\/curl":"^1.3","phpmailer\/phpmailer":"^5.2"}},"1.0.0-RC2":{"name":"luyadev\/luya-core","description":"The LUYA core classes in addition to the Yii2 Framework","keywords":["php","wrapper","yii","yii2","luya"],"homepage":"http:\/\/luya.io","version":"1.0.0-RC2","version_normalized":"1.0.0.0-RC2","license":["MIT"],"authors":[{"name":"Basil","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"7f9fb7988ea328d0c277f46d507dc1832627aad2"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/7f9fb7988ea328d0c277f46d507dc1832627aad2","reference":"7f9fb7988ea328d0c277f46d507dc1832627aad2","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2016-11-29T12:19:54+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"php":"\u003E=5.5.0","yiisoft\/yii2":"2.0.10","twig\/twig":"^1.24","curl\/curl":"^1.3","phpmailer\/phpmailer":"^5.2"}},"1.0.0-RC1":{"name":"luyadev\/luya-core","description":"The LUYA core classes in addition to the Yii2 Framework","keywords":["php","wrapper","yii","yii2","luya"],"homepage":"http:\/\/luya.io","version":"1.0.0-RC1","version_normalized":"1.0.0.0-RC1","license":["MIT"],"authors":[{"name":"Basil","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"cc6f4dc40fb5b8ccc4574fba545852aa8f459a01"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/cc6f4dc40fb5b8ccc4574fba545852aa8f459a01","reference":"cc6f4dc40fb5b8ccc4574fba545852aa8f459a01","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2016-10-04T12:01:26+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"php":"\u003E=5.5.0","yiisoft\/yii2":"2.0.9","twig\/twig":"^1.24","curl\/curl":"^1.3","phpmailer\/phpmailer":"^5.2"}},"1.0.0-beta8":{"name":"luyadev\/luya-core","description":"The LUYA core classes in addition to the Yii2 Framework","keywords":["php","wrapper","yii","yii2","luya"],"homepage":"http:\/\/luya.io","version":"1.0.0-beta8","version_normalized":"1.0.0.0-beta8","license":["MIT"],"authors":[{"name":"Basil","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"c606c43c43c79ae62c223799c3ffb74f4630214e"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/c606c43c43c79ae62c223799c3ffb74f4630214e","reference":"c606c43c43c79ae62c223799c3ffb74f4630214e","shasum":""},"type":"luya-core","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2016-08-11T12:58:32+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"php":"\u003E=5.5.0","yiisoft\/yii2":"2.0.9","twig\/twig":"^1.24","curl\/curl":"^1.3","phpmailer\/phpmailer":"^5.2"}},"1.0.0-beta7":{"name":"luyadev\/luya-core","description":"The LUYA core classes in addition to the Yii2 Framework","keywords":["php","wrapper","yii","yii2","luya"],"homepage":"http:\/\/luya.io","version":"1.0.0-beta7","version_normalized":"1.0.0.0-beta7","license":["MIT"],"authors":[{"name":"Basil","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"f25fb3c2e7fa16d7e501e165a419aa538b50a8b4"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/f25fb3c2e7fa16d7e501e165a419aa538b50a8b4","reference":"f25fb3c2e7fa16d7e501e165a419aa538b50a8b4","shasum":""},"type":"luya-module","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2016-06-20T07:47:29+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"php":"\u003E=5.5.0","yiisoft\/yii2":"^2.0","twig\/twig":"^1.24","curl\/curl":"^1.3","phpmailer\/phpmailer":"^5.2"}},"1.0.0-beta6":{"name":"luyadev\/luya-core","description":"LUYA Core","keywords":["php","wrapper","yii","yii2","luya"],"homepage":"http:\/\/luya.io","version":"1.0.0-beta6","version_normalized":"1.0.0.0-beta6","license":["MIT"],"authors":[{"name":"Basil","email":"[email protected]","homepage":"https:\/\/github.com\/nadar"}],"source":{"type":"git","url":"https:\/\/github.com\/luyadev\/luya-core.git","reference":"aef788e78e0727b79778dd2793ec40f8731ca0d1"},"dist":{"type":"zip","url":"https:\/\/api.github.com\/repos\/luyadev\/luya-core\/zipball\/aef788e78e0727b79778dd2793ec40f8731ca0d1","reference":"aef788e78e0727b79778dd2793ec40f8731ca0d1","shasum":""},"type":"luya-module","support":{"issues":"https:\/\/github.com\/luyadev\/luya\/issues","source":"https:\/\/github.com\/luyadev\/luya-core\/tree\/master"},"time":"2016-04-21T13:42:47+00:00","autoload":{"psr-4":{"luya\\":""}},"extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"bin":["bin\/luya"],"require":{"php":"\u003E=5.5.0","yiisoft\/yii2":"^2.0","twig\/twig":"^1.24","curl\/curl":"^1.3","phpmailer\/phpmailer":"^5.2"}}},"type":"luya-core","repository":"https:\/\/github.com\/luyadev\/luya-core","github_stars":4,"github_watchers":3,"github_forks":8,"github_open_issues":0,"language":"PHP","dependents":31,"suggesters":0,"downloads":{"total":60666,"monthly":2285,"daily":21},"favers":5}} [response_header_continue:protected] => ) Array ( [package] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [time] => 2016-03-08T10:00:48+00:00 [maintainers] => Array ( [0] => Array ( [name] => nadar [avatar_url] => https://www.gravatar.com/avatar/6dd5a157a88627522dc79396c0e9afaf?d=identicon ) ) [versions] => Array ( [dev-master] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => dev-master [version_normalized] => 9999999-dev [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 5f24e5290836946b579cf05e11c4427aa54b4746 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/5f24e5290836946b579cf05e11c4427aa54b4746 [reference] => 5f24e5290836946b579cf05e11c4427aa54b4746 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2020-01-10T20:54:26+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [phpmailer/phpmailer] => ^6.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [luyadev/luya-composer] => ^1.0 [giggsey/libphonenumber-for-php] => ^8.11 ) ) [1.0.25] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.25 [version_normalized] => 1.0.25.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => a0974a2f86f897652e60f48f5056b3d4467d93e7 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/a0974a2f86f897652e60f48f5056b3d4467d93e7 [reference] => a0974a2f86f897652e60f48f5056b3d4467d93e7 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.25 ) [time] => 2020-01-07T15:33:57+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 [giggsey/libphonenumber-for-php] => ^8.11 ) ) [1.0.24] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.24 [version_normalized] => 1.0.24.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 656be457ffc80e0691eaaaeccbd5442deadbe0a5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/656be457ffc80e0691eaaaeccbd5442deadbe0a5 [reference] => 656be457ffc80e0691eaaaeccbd5442deadbe0a5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.24 ) [time] => 2019-12-09T19:41:48+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.23] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.23 [version_normalized] => 1.0.23.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 5f709ac6760ee90deee641f77fe41e27f153f95b ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/5f709ac6760ee90deee641f77fe41e27f153f95b [reference] => 5f709ac6760ee90deee641f77fe41e27f153f95b [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.23 ) [time] => 2019-11-27T17:10:09+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.22] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.22 [version_normalized] => 1.0.22.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c818377491124ca702b7b8bd93dc65759844a03c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c818377491124ca702b7b8bd93dc65759844a03c [reference] => c818377491124ca702b7b8bd93dc65759844a03c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.22 ) [time] => 2019-10-22T11:53:22+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.21] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.21 [version_normalized] => 1.0.21.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 23d8714ce08deddfb586c4e90ccaf0da2a95b112 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/23d8714ce08deddfb586c4e90ccaf0da2a95b112 [reference] => 23d8714ce08deddfb586c4e90ccaf0da2a95b112 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-09-09T12:08:23+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.20] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.20 [version_normalized] => 1.0.20.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 75642dca7b2b641de6540b853c4bd1b70159bfb2 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/75642dca7b2b641de6540b853c4bd1b70159bfb2 [reference] => 75642dca7b2b641de6540b853c4bd1b70159bfb2 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-08-05T18:59:38+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.19] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.19 [version_normalized] => 1.0.19.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => bc6083c4001811eec2778008cfeda2e7d18cb9af ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/bc6083c4001811eec2778008cfeda2e7d18cb9af [reference] => bc6083c4001811eec2778008cfeda2e7d18cb9af [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-07-22T10:58:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.18] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.18 [version_normalized] => 1.0.18.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 8aec9d5dc32f5c9363989e55dcef825214b783e5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/8aec9d5dc32f5c9363989e55dcef825214b783e5 [reference] => 8aec9d5dc32f5c9363989e55dcef825214b783e5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.18 ) [time] => 2019-05-27T10:05:39+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.17] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.17 [version_normalized] => 1.0.17.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => cb60abb6a65912088feeabfd7bd9e3a472be2f72 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/cb60abb6a65912088feeabfd7bd9e3a472be2f72 [reference] => cb60abb6a65912088feeabfd7bd9e3a472be2f72 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.17 ) [time] => 2019-04-23T08:27:34+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.16] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.16 [version_normalized] => 1.0.16.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a [reference] => a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-04-01T09:00:32+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.15] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.15 [version_normalized] => 1.0.15.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 8cbcaace84d20d4357b830519abf55c669d4298e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/8cbcaace84d20d4357b830519abf55c669d4298e [reference] => 8cbcaace84d20d4357b830519abf55c669d4298e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-02-19T12:18:46+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14.2] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14.2 [version_normalized] => 1.0.14.2 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 46226dc830d03b9428b337a446e2df5837a80b7c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/46226dc830d03b9428b337a446e2df5837a80b7c [reference] => 46226dc830d03b9428b337a446e2df5837a80b7c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-12-03T12:45:15+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14.1 [version_normalized] => 1.0.14.1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 21c78d42096663977e9c48a940d6edef56296c7e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/21c78d42096663977e9c48a940d6edef56296c7e [reference] => 21c78d42096663977e9c48a940d6edef56296c7e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-11-28T17:16:13+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14 [version_normalized] => 1.0.14.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 80fe9192b66b1cf80ff49637403db61884859ef3 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/80fe9192b66b1cf80ff49637403db61884859ef3 [reference] => 80fe9192b66b1cf80ff49637403db61884859ef3 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.14 ) [time] => 2018-11-17T11:49:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.13] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.13 [version_normalized] => 1.0.13.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => ac920503016031b39a24ef998d2267ce543031ba ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/ac920503016031b39a24ef998d2267ce543031ba [reference] => ac920503016031b39a24ef998d2267ce543031ba [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.13 ) [time] => 2018-10-30T11:06:56+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.12] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.12 [version_normalized] => 1.0.12.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 82ae26e7b47f840f235fe2f0f40e0a1df29255c6 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/82ae26e7b47f840f235fe2f0f40e0a1df29255c6 [reference] => 82ae26e7b47f840f235fe2f0f40e0a1df29255c6 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.12 ) [time] => 2018-10-08T14:45:51+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.11] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.11 [version_normalized] => 1.0.11.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => b3b65043a8ec02c5263d8359671b96d560b43c0e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/b3b65043a8ec02c5263d8359671b96d560b43c0e [reference] => b3b65043a8ec02c5263d8359671b96d560b43c0e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-09-05T08:59:30+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.10] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.10 [version_normalized] => 1.0.10.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 2619b21764ce1ecea301b33d01ba7307877607f5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/2619b21764ce1ecea301b33d01ba7307877607f5 [reference] => 2619b21764ce1ecea301b33d01ba7307877607f5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.10 ) [time] => 2018-07-18T14:13:30+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.9] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.9 [version_normalized] => 1.0.9.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 449fd840937e88a0f7a013770c544c61a959df41 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/449fd840937e88a0f7a013770c544c61a959df41 [reference] => 449fd840937e88a0f7a013770c544c61a959df41 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.9 ) [time] => 2018-06-01T10:03:31+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.8] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.8 [version_normalized] => 1.0.8.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 393af7540a371dba40929545bc3b82acc9dddd17 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/393af7540a371dba40929545bc3b82acc9dddd17 [reference] => 393af7540a371dba40929545bc3b82acc9dddd17 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.8 ) [time] => 2018-05-14T11:08:07+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.7] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.7 [version_normalized] => 1.0.7.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c1a35ea848f53f5d25437e58b1c70f8991218ed9 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c1a35ea848f53f5d25437e58b1c70f8991218ed9 [reference] => c1a35ea848f53f5d25437e58b1c70f8991218ed9 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.7 ) [time] => 2018-05-02T13:01:29+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.6] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.6 [version_normalized] => 1.0.6.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 1a6b6449632549b87797d9b4d637b9e4f4c10152 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/1a6b6449632549b87797d9b4d637b9e4f4c10152 [reference] => 1a6b6449632549b87797d9b4d637b9e4f4c10152 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.6 ) [time] => 2018-04-11T10:02:05+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.5] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.5 [version_normalized] => 1.0.5.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 6b42a8eb7a434c379d2345c217368cc4b67f0603 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/6b42a8eb7a434c379d2345c217368cc4b67f0603 [reference] => 6b42a8eb7a434c379d2345c217368cc4b67f0603 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.5 ) [time] => 2018-03-26T15:55:52+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.4] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.4 [version_normalized] => 1.0.4.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => d727662a3100d292658d26b96ce5e34895b7cffd ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/d727662a3100d292658d26b96ce5e34895b7cffd [reference] => d727662a3100d292658d26b96ce5e34895b7cffd [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.4 ) [time] => 2018-02-28T10:26:28+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.14.1 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.3] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.3 [version_normalized] => 1.0.3.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 37ea89210a361d2ce380eaf2e5f3a348d61d887d ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/37ea89210a361d2ce380eaf2e5f3a348d61d887d [reference] => 37ea89210a361d2ce380eaf2e5f3a348d61d887d [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.3 ) [time] => 2018-01-24T14:54:58+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.2.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.2.1 [version_normalized] => 1.0.2.1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 2972c80f6124400c18eed81f8bf1bf5bfaee2b47 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/2972c80f6124400c18eed81f8bf1bf5bfaee2b47 [reference] => 2972c80f6124400c18eed81f8bf1bf5bfaee2b47 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-01-22T13:17:58+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.2] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.2 [version_normalized] => 1.0.2.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 73f5670cf9c927f2a490182130329d8af827967c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/73f5670cf9c927f2a490182130329d8af827967c [reference] => 73f5670cf9c927f2a490182130329d8af827967c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.2 ) [time] => 2018-01-17T09:34:13+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.1 [version_normalized] => 1.0.1.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => d4440bc579ad64b34af3e6a86814b0a536bd7b2f ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/d4440bc579ad64b34af3e6a86814b0a536bd7b2f [reference] => d4440bc579ad64b34af3e6a86814b0a536bd7b2f [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-01-03T16:58:07+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.0] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0 [version_normalized] => 1.0.0.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 975045608be0ef75b309b0bf0e87cf58ff9687c9 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/975045608be0ef75b309b0bf0e87cf58ff9687c9 [reference] => 975045608be0ef75b309b0bf0e87cf58ff9687c9 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-12-12T10:02:16+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.0-RC4] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0-RC4 [version_normalized] => 1.0.0.0-RC4 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 188423ca921616b8b54b2d456abb16055c60e2a0 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/188423ca921616b8b54b2d456abb16055c60e2a0 [reference] => 188423ca921616b8b54b2d456abb16055c60e2a0 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-09-05T15:17:31+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => 2.0.12 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ~5.0 ) ) [1.0.0-RC3] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0-RC3 [version_normalized] => 1.0.0.0-RC3 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 7b75bfeca670f4a034e3a8720f1890eccd31bb76 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/7b75bfeca670f4a034e3a8720f1890eccd31bb76 [reference] => 7b75bfeca670f4a034e3a8720f1890eccd31bb76 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-04-11T13:34:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.11 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-RC2] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-RC2 [version_normalized] => 1.0.0.0-RC2 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 7f9fb7988ea328d0c277f46d507dc1832627aad2 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/7f9fb7988ea328d0c277f46d507dc1832627aad2 [reference] => 7f9fb7988ea328d0c277f46d507dc1832627aad2 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-11-29T12:19:54+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.10 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-RC1] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-RC1 [version_normalized] => 1.0.0.0-RC1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 [reference] => cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-10-04T12:01:26+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.9 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta8] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta8 [version_normalized] => 1.0.0.0-beta8 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c606c43c43c79ae62c223799c3ffb74f4630214e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c606c43c43c79ae62c223799c3ffb74f4630214e [reference] => c606c43c43c79ae62c223799c3ffb74f4630214e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-08-11T12:58:32+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.9 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta7] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta7 [version_normalized] => 1.0.0.0-beta7 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 [reference] => f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 [shasum] => ) [type] => luya-module [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-06-20T07:47:29+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => ^2.0 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta6] => Array ( [name] => luyadev/luya-core [description] => LUYA Core [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta6 [version_normalized] => 1.0.0.0-beta6 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => aef788e78e0727b79778dd2793ec40f8731ca0d1 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/aef788e78e0727b79778dd2793ec40f8731ca0d1 [reference] => aef788e78e0727b79778dd2793ec40f8731ca0d1 [shasum] => ) [type] => luya-module [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-04-21T13:42:47+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => ^2.0 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) ) [type] => luya-core [repository] => https://github.com/luyadev/luya-core [github_stars] => 4 [github_watchers] => 3 [github_forks] => 8 [github_open_issues] => 0 [language] => PHP [dependents] => 31 [suggesters] => 0 [downloads] => Array ( [total] => 60666 [monthly] => 2285 [daily] => 21 ) [favers] => 5 ) )

Two print:
Array ( [package] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [time] => 2016-03-08T10:00:48+00:00 [maintainers] => Array ( [0] => Array ( [name] => nadar [avatar_url] => https://www.gravatar.com/avatar/6dd5a157a88627522dc79396c0e9afaf?d=identicon ) ) [versions] => Array ( [dev-master] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => dev-master [version_normalized] => 9999999-dev [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 5f24e5290836946b579cf05e11c4427aa54b4746 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/5f24e5290836946b579cf05e11c4427aa54b4746 [reference] => 5f24e5290836946b579cf05e11c4427aa54b4746 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2020-01-10T20:54:26+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [phpmailer/phpmailer] => ^6.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [luyadev/luya-composer] => ^1.0 [giggsey/libphonenumber-for-php] => ^8.11 ) ) [1.0.25] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.25 [version_normalized] => 1.0.25.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => a0974a2f86f897652e60f48f5056b3d4467d93e7 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/a0974a2f86f897652e60f48f5056b3d4467d93e7 [reference] => a0974a2f86f897652e60f48f5056b3d4467d93e7 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.25 ) [time] => 2020-01-07T15:33:57+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 [giggsey/libphonenumber-for-php] => ^8.11 ) ) [1.0.24] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.24 [version_normalized] => 1.0.24.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 656be457ffc80e0691eaaaeccbd5442deadbe0a5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/656be457ffc80e0691eaaaeccbd5442deadbe0a5 [reference] => 656be457ffc80e0691eaaaeccbd5442deadbe0a5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.24 ) [time] => 2019-12-09T19:41:48+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.23] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.23 [version_normalized] => 1.0.23.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 5f709ac6760ee90deee641f77fe41e27f153f95b ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/5f709ac6760ee90deee641f77fe41e27f153f95b [reference] => 5f709ac6760ee90deee641f77fe41e27f153f95b [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.23 ) [time] => 2019-11-27T17:10:09+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.22] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.22 [version_normalized] => 1.0.22.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c818377491124ca702b7b8bd93dc65759844a03c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c818377491124ca702b7b8bd93dc65759844a03c [reference] => c818377491124ca702b7b8bd93dc65759844a03c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.22 ) [time] => 2019-10-22T11:53:22+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.21] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.21 [version_normalized] => 1.0.21.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 23d8714ce08deddfb586c4e90ccaf0da2a95b112 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/23d8714ce08deddfb586c4e90ccaf0da2a95b112 [reference] => 23d8714ce08deddfb586c4e90ccaf0da2a95b112 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-09-09T12:08:23+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.20] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.20 [version_normalized] => 1.0.20.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 75642dca7b2b641de6540b853c4bd1b70159bfb2 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/75642dca7b2b641de6540b853c4bd1b70159bfb2 [reference] => 75642dca7b2b641de6540b853c4bd1b70159bfb2 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-08-05T18:59:38+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.19] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.19 [version_normalized] => 1.0.19.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => bc6083c4001811eec2778008cfeda2e7d18cb9af ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/bc6083c4001811eec2778008cfeda2e7d18cb9af [reference] => bc6083c4001811eec2778008cfeda2e7d18cb9af [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-07-22T10:58:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.18] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.18 [version_normalized] => 1.0.18.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 8aec9d5dc32f5c9363989e55dcef825214b783e5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/8aec9d5dc32f5c9363989e55dcef825214b783e5 [reference] => 8aec9d5dc32f5c9363989e55dcef825214b783e5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.18 ) [time] => 2019-05-27T10:05:39+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.17] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.17 [version_normalized] => 1.0.17.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => cb60abb6a65912088feeabfd7bd9e3a472be2f72 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/cb60abb6a65912088feeabfd7bd9e3a472be2f72 [reference] => cb60abb6a65912088feeabfd7bd9e3a472be2f72 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.17 ) [time] => 2019-04-23T08:27:34+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.16] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.16 [version_normalized] => 1.0.16.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a [reference] => a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-04-01T09:00:32+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.15] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.15 [version_normalized] => 1.0.15.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 8cbcaace84d20d4357b830519abf55c669d4298e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/8cbcaace84d20d4357b830519abf55c669d4298e [reference] => 8cbcaace84d20d4357b830519abf55c669d4298e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-02-19T12:18:46+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14.2] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14.2 [version_normalized] => 1.0.14.2 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 46226dc830d03b9428b337a446e2df5837a80b7c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/46226dc830d03b9428b337a446e2df5837a80b7c [reference] => 46226dc830d03b9428b337a446e2df5837a80b7c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-12-03T12:45:15+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14.1 [version_normalized] => 1.0.14.1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 21c78d42096663977e9c48a940d6edef56296c7e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/21c78d42096663977e9c48a940d6edef56296c7e [reference] => 21c78d42096663977e9c48a940d6edef56296c7e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-11-28T17:16:13+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14 [version_normalized] => 1.0.14.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 80fe9192b66b1cf80ff49637403db61884859ef3 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/80fe9192b66b1cf80ff49637403db61884859ef3 [reference] => 80fe9192b66b1cf80ff49637403db61884859ef3 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.14 ) [time] => 2018-11-17T11:49:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.13] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.13 [version_normalized] => 1.0.13.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => ac920503016031b39a24ef998d2267ce543031ba ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/ac920503016031b39a24ef998d2267ce543031ba [reference] => ac920503016031b39a24ef998d2267ce543031ba [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.13 ) [time] => 2018-10-30T11:06:56+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.12] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.12 [version_normalized] => 1.0.12.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 82ae26e7b47f840f235fe2f0f40e0a1df29255c6 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/82ae26e7b47f840f235fe2f0f40e0a1df29255c6 [reference] => 82ae26e7b47f840f235fe2f0f40e0a1df29255c6 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.12 ) [time] => 2018-10-08T14:45:51+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.11] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.11 [version_normalized] => 1.0.11.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => b3b65043a8ec02c5263d8359671b96d560b43c0e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/b3b65043a8ec02c5263d8359671b96d560b43c0e [reference] => b3b65043a8ec02c5263d8359671b96d560b43c0e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-09-05T08:59:30+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.10] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.10 [version_normalized] => 1.0.10.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 2619b21764ce1ecea301b33d01ba7307877607f5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/2619b21764ce1ecea301b33d01ba7307877607f5 [reference] => 2619b21764ce1ecea301b33d01ba7307877607f5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.10 ) [time] => 2018-07-18T14:13:30+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.9] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.9 [version_normalized] => 1.0.9.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 449fd840937e88a0f7a013770c544c61a959df41 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/449fd840937e88a0f7a013770c544c61a959df41 [reference] => 449fd840937e88a0f7a013770c544c61a959df41 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.9 ) [time] => 2018-06-01T10:03:31+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.8] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.8 [version_normalized] => 1.0.8.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 393af7540a371dba40929545bc3b82acc9dddd17 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/393af7540a371dba40929545bc3b82acc9dddd17 [reference] => 393af7540a371dba40929545bc3b82acc9dddd17 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.8 ) [time] => 2018-05-14T11:08:07+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.7] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.7 [version_normalized] => 1.0.7.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c1a35ea848f53f5d25437e58b1c70f8991218ed9 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c1a35ea848f53f5d25437e58b1c70f8991218ed9 [reference] => c1a35ea848f53f5d25437e58b1c70f8991218ed9 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.7 ) [time] => 2018-05-02T13:01:29+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.6] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.6 [version_normalized] => 1.0.6.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 1a6b6449632549b87797d9b4d637b9e4f4c10152 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/1a6b6449632549b87797d9b4d637b9e4f4c10152 [reference] => 1a6b6449632549b87797d9b4d637b9e4f4c10152 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.6 ) [time] => 2018-04-11T10:02:05+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.5] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.5 [version_normalized] => 1.0.5.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 6b42a8eb7a434c379d2345c217368cc4b67f0603 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/6b42a8eb7a434c379d2345c217368cc4b67f0603 [reference] => 6b42a8eb7a434c379d2345c217368cc4b67f0603 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.5 ) [time] => 2018-03-26T15:55:52+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.4] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.4 [version_normalized] => 1.0.4.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => d727662a3100d292658d26b96ce5e34895b7cffd ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/d727662a3100d292658d26b96ce5e34895b7cffd [reference] => d727662a3100d292658d26b96ce5e34895b7cffd [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.4 ) [time] => 2018-02-28T10:26:28+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.14.1 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.3] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.3 [version_normalized] => 1.0.3.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 37ea89210a361d2ce380eaf2e5f3a348d61d887d ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/37ea89210a361d2ce380eaf2e5f3a348d61d887d [reference] => 37ea89210a361d2ce380eaf2e5f3a348d61d887d [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.3 ) [time] => 2018-01-24T14:54:58+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.2.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.2.1 [version_normalized] => 1.0.2.1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 2972c80f6124400c18eed81f8bf1bf5bfaee2b47 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/2972c80f6124400c18eed81f8bf1bf5bfaee2b47 [reference] => 2972c80f6124400c18eed81f8bf1bf5bfaee2b47 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-01-22T13:17:58+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.2] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.2 [version_normalized] => 1.0.2.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 73f5670cf9c927f2a490182130329d8af827967c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/73f5670cf9c927f2a490182130329d8af827967c [reference] => 73f5670cf9c927f2a490182130329d8af827967c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.2 ) [time] => 2018-01-17T09:34:13+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.1 [version_normalized] => 1.0.1.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => d4440bc579ad64b34af3e6a86814b0a536bd7b2f ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/d4440bc579ad64b34af3e6a86814b0a536bd7b2f [reference] => d4440bc579ad64b34af3e6a86814b0a536bd7b2f [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-01-03T16:58:07+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.0] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0 [version_normalized] => 1.0.0.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 975045608be0ef75b309b0bf0e87cf58ff9687c9 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/975045608be0ef75b309b0bf0e87cf58ff9687c9 [reference] => 975045608be0ef75b309b0bf0e87cf58ff9687c9 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-12-12T10:02:16+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.0-RC4] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0-RC4 [version_normalized] => 1.0.0.0-RC4 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 188423ca921616b8b54b2d456abb16055c60e2a0 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/188423ca921616b8b54b2d456abb16055c60e2a0 [reference] => 188423ca921616b8b54b2d456abb16055c60e2a0 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-09-05T15:17:31+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => 2.0.12 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ~5.0 ) ) [1.0.0-RC3] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0-RC3 [version_normalized] => 1.0.0.0-RC3 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 7b75bfeca670f4a034e3a8720f1890eccd31bb76 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/7b75bfeca670f4a034e3a8720f1890eccd31bb76 [reference] => 7b75bfeca670f4a034e3a8720f1890eccd31bb76 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-04-11T13:34:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.11 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-RC2] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-RC2 [version_normalized] => 1.0.0.0-RC2 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 7f9fb7988ea328d0c277f46d507dc1832627aad2 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/7f9fb7988ea328d0c277f46d507dc1832627aad2 [reference] => 7f9fb7988ea328d0c277f46d507dc1832627aad2 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-11-29T12:19:54+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.10 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-RC1] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-RC1 [version_normalized] => 1.0.0.0-RC1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 [reference] => cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-10-04T12:01:26+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.9 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta8] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta8 [version_normalized] => 1.0.0.0-beta8 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c606c43c43c79ae62c223799c3ffb74f4630214e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c606c43c43c79ae62c223799c3ffb74f4630214e [reference] => c606c43c43c79ae62c223799c3ffb74f4630214e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-08-11T12:58:32+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.9 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta7] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta7 [version_normalized] => 1.0.0.0-beta7 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 [reference] => f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 [shasum] => ) [type] => luya-module [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-06-20T07:47:29+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => ^2.0 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta6] => Array ( [name] => luyadev/luya-core [description] => LUYA Core [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta6 [version_normalized] => 1.0.0.0-beta6 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => aef788e78e0727b79778dd2793ec40f8731ca0d1 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/aef788e78e0727b79778dd2793ec40f8731ca0d1 [reference] => aef788e78e0727b79778dd2793ec40f8731ca0d1 [shasum] => ) [type] => luya-module [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-04-21T13:42:47+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => ^2.0 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) ) [type] => luya-core [repository] => https://github.com/luyadev/luya-core [github_stars] => 4 [github_watchers] => 3 [github_forks] => 8 [github_open_issues] => 0 [language] => PHP [dependents] => 31 [suggesters] => 0 [downloads] => Array ( [total] => 60666 [monthly] => 2285 [daily] => 21 ) [favers] => 5 ) )

@nadar
Copy link
Contributor

nadar commented Jan 12, 2020

ok thanks. But this is the response only for one package i assume? Or this is the package which throws the exception?

@testt23
Copy link
Author

testt23 commented Jan 12, 2020

this is the package that throws the exception. Above is an example of how I "debug" information with print_r.

    public function getPackageVersion($package)
    {
    	return $this->getOrSetHasCache([__CLASS__, 'packagist', 'package', $package], function() use ($package) {
    		$curl = new Curl();
    		$curl->get('https://packagist.org/packages/'.$package.'.json');
    		//print_r($curl);
    		$json = Json::decode($curl->response);
    		//print_r($json);
    		$curl->close();
    		 
    		print_r($json);
    		if (!isset($json['package']['versions'])) {
    			return false;
            }
    		
    		foreach ($json['package']['versions'] as $version => $package) {
    			if (StringHelper::contains(['dev-master', 'dev'], $version) || !is_numeric(substr($version, 0, 1))) {
    				continue;
    			}
    			 
    			return $package;
    		}
    	}, 60*60);
    }
Array ( [package] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [time] => 2016-03-08T10:00:48+00:00 [maintainers] => Array ( [0] => Array ( [name] => nadar [avatar_url] => https://www.gravatar.com/avatar/6dd5a157a88627522dc79396c0e9afaf?d=identicon ) ) [versions] => Array ( [dev-master] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => dev-master [version_normalized] => 9999999-dev [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 5f24e5290836946b579cf05e11c4427aa54b4746 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/5f24e5290836946b579cf05e11c4427aa54b4746 [reference] => 5f24e5290836946b579cf05e11c4427aa54b4746 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2020-01-10T20:54:26+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [phpmailer/phpmailer] => ^6.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [luyadev/luya-composer] => ^1.0 [giggsey/libphonenumber-for-php] => ^8.11 ) ) [1.0.25] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.25 [version_normalized] => 1.0.25.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => a0974a2f86f897652e60f48f5056b3d4467d93e7 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/a0974a2f86f897652e60f48f5056b3d4467d93e7 [reference] => a0974a2f86f897652e60f48f5056b3d4467d93e7 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.25 ) [time] => 2020-01-07T15:33:57+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 [giggsey/libphonenumber-for-php] => ^8.11 ) ) [1.0.24] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.24 [version_normalized] => 1.0.24.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 656be457ffc80e0691eaaaeccbd5442deadbe0a5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/656be457ffc80e0691eaaaeccbd5442deadbe0a5 [reference] => 656be457ffc80e0691eaaaeccbd5442deadbe0a5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.24 ) [time] => 2019-12-09T19:41:48+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.23] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.23 [version_normalized] => 1.0.23.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 5f709ac6760ee90deee641f77fe41e27f153f95b ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/5f709ac6760ee90deee641f77fe41e27f153f95b [reference] => 5f709ac6760ee90deee641f77fe41e27f153f95b [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.23 ) [time] => 2019-11-27T17:10:09+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.22] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.22 [version_normalized] => 1.0.22.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c818377491124ca702b7b8bd93dc65759844a03c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c818377491124ca702b7b8bd93dc65759844a03c [reference] => c818377491124ca702b7b8bd93dc65759844a03c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.22 ) [time] => 2019-10-22T11:53:22+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.21] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.21 [version_normalized] => 1.0.21.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 23d8714ce08deddfb586c4e90ccaf0da2a95b112 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/23d8714ce08deddfb586c4e90ccaf0da2a95b112 [reference] => 23d8714ce08deddfb586c4e90ccaf0da2a95b112 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-09-09T12:08:23+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.20] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.20 [version_normalized] => 1.0.20.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 75642dca7b2b641de6540b853c4bd1b70159bfb2 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/75642dca7b2b641de6540b853c4bd1b70159bfb2 [reference] => 75642dca7b2b641de6540b853c4bd1b70159bfb2 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-08-05T18:59:38+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.19] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.19 [version_normalized] => 1.0.19.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => bc6083c4001811eec2778008cfeda2e7d18cb9af ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/bc6083c4001811eec2778008cfeda2e7d18cb9af [reference] => bc6083c4001811eec2778008cfeda2e7d18cb9af [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-07-22T10:58:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ^1.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.18] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.18 [version_normalized] => 1.0.18.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 8aec9d5dc32f5c9363989e55dcef825214b783e5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/8aec9d5dc32f5c9363989e55dcef825214b783e5 [reference] => 8aec9d5dc32f5c9363989e55dcef825214b783e5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.18 ) [time] => 2019-05-27T10:05:39+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.17] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.17 [version_normalized] => 1.0.17.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => cb60abb6a65912088feeabfd7bd9e3a472be2f72 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/cb60abb6a65912088feeabfd7bd9e3a472be2f72 [reference] => cb60abb6a65912088feeabfd7bd9e3a472be2f72 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.17 ) [time] => 2019-04-23T08:27:34+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.16] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.16 [version_normalized] => 1.0.16.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a [reference] => a9b9f441b00f2a0e98b58bf09e73b11e8c04b07a [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-04-01T09:00:32+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.15] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.15 [version_normalized] => 1.0.15.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 8cbcaace84d20d4357b830519abf55c669d4298e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/8cbcaace84d20d4357b830519abf55c669d4298e [reference] => 8cbcaace84d20d4357b830519abf55c669d4298e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2019-02-19T12:18:46+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14.2] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14.2 [version_normalized] => 1.0.14.2 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 46226dc830d03b9428b337a446e2df5837a80b7c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/46226dc830d03b9428b337a446e2df5837a80b7c [reference] => 46226dc830d03b9428b337a446e2df5837a80b7c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-12-03T12:45:15+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14.1 [version_normalized] => 1.0.14.1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 21c78d42096663977e9c48a940d6edef56296c7e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/21c78d42096663977e9c48a940d6edef56296c7e [reference] => 21c78d42096663977e9c48a940d6edef56296c7e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-11-28T17:16:13+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.14] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.14 [version_normalized] => 1.0.14.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 80fe9192b66b1cf80ff49637403db61884859ef3 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/80fe9192b66b1cf80ff49637403db61884859ef3 [reference] => 80fe9192b66b1cf80ff49637403db61884859ef3 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.14 ) [time] => 2018-11-17T11:49:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ^2.0 || ^1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.13] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.13 [version_normalized] => 1.0.13.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => ac920503016031b39a24ef998d2267ce543031ba ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/ac920503016031b39a24ef998d2267ce543031ba [reference] => ac920503016031b39a24ef998d2267ce543031ba [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.13 ) [time] => 2018-10-30T11:06:56+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.12] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.12 [version_normalized] => 1.0.12.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 82ae26e7b47f840f235fe2f0f40e0a1df29255c6 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/82ae26e7b47f840f235fe2f0f40e0a1df29255c6 [reference] => 82ae26e7b47f840f235fe2f0f40e0a1df29255c6 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.12 ) [time] => 2018-10-08T14:45:51+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.11] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.11 [version_normalized] => 1.0.11.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => b3b65043a8ec02c5263d8359671b96d560b43c0e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/b3b65043a8ec02c5263d8359671b96d560b43c0e [reference] => b3b65043a8ec02c5263d8359671b96d560b43c0e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-09-05T08:59:30+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.10] => Array ( [name] => luyadev/luya-core [description] => LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.10 [version_normalized] => 1.0.10.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 2619b21764ce1ecea301b33d01ba7307877607f5 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/2619b21764ce1ecea301b33d01ba7307877607f5 [reference] => 2619b21764ce1ecea301b33d01ba7307877607f5 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.10 ) [time] => 2018-07-18T14:13:30+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.9] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.9 [version_normalized] => 1.0.9.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 449fd840937e88a0f7a013770c544c61a959df41 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/449fd840937e88a0f7a013770c544c61a959df41 [reference] => 449fd840937e88a0f7a013770c544c61a959df41 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.9 ) [time] => 2018-06-01T10:03:31+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.8] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.8 [version_normalized] => 1.0.8.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 393af7540a371dba40929545bc3b82acc9dddd17 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/393af7540a371dba40929545bc3b82acc9dddd17 [reference] => 393af7540a371dba40929545bc3b82acc9dddd17 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.8 ) [time] => 2018-05-14T11:08:07+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.7] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.7 [version_normalized] => 1.0.7.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c1a35ea848f53f5d25437e58b1c70f8991218ed9 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c1a35ea848f53f5d25437e58b1c70f8991218ed9 [reference] => c1a35ea848f53f5d25437e58b1c70f8991218ed9 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.7 ) [time] => 2018-05-02T13:01:29+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.6] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.6 [version_normalized] => 1.0.6.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 1a6b6449632549b87797d9b4d637b9e4f4c10152 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/1a6b6449632549b87797d9b4d637b9e4f4c10152 [reference] => 1a6b6449632549b87797d9b4d637b9e4f4c10152 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.6 ) [time] => 2018-04-11T10:02:05+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.5] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.5 [version_normalized] => 1.0.5.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 6b42a8eb7a434c379d2345c217368cc4b67f0603 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/6b42a8eb7a434c379d2345c217368cc4b67f0603 [reference] => 6b42a8eb7a434c379d2345c217368cc4b67f0603 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.5 ) [time] => 2018-03-26T15:55:52+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.15 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.4] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.4 [version_normalized] => 1.0.4.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => d727662a3100d292658d26b96ce5e34895b7cffd ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/d727662a3100d292658d26b96ce5e34895b7cffd [reference] => d727662a3100d292658d26b96ce5e34895b7cffd [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.4 ) [time] => 2018-02-28T10:26:28+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.14.1 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.3] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.3 [version_normalized] => 1.0.3.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 37ea89210a361d2ce380eaf2e5f3a348d61d887d ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/37ea89210a361d2ce380eaf2e5f3a348d61d887d [reference] => 37ea89210a361d2ce380eaf2e5f3a348d61d887d [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.3 ) [time] => 2018-01-24T14:54:58+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.2.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.2.1 [version_normalized] => 1.0.2.1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 2972c80f6124400c18eed81f8bf1bf5bfaee2b47 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/2972c80f6124400c18eed81f8bf1bf5bfaee2b47 [reference] => 2972c80f6124400c18eed81f8bf1bf5bfaee2b47 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-01-22T13:17:58+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.2] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.2 [version_normalized] => 1.0.2.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 73f5670cf9c927f2a490182130329d8af827967c ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/73f5670cf9c927f2a490182130329d8af827967c [reference] => 73f5670cf9c927f2a490182130329d8af827967c [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/1.0.2 ) [time] => 2018-01-17T09:34:13+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.1] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.1 [version_normalized] => 1.0.1.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => d4440bc579ad64b34af3e6a86814b0a536bd7b2f ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/d4440bc579ad64b34af3e6a86814b0a536bd7b2f [reference] => d4440bc579ad64b34af3e6a86814b0a536bd7b2f [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2018-01-03T16:58:07+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.0] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0 [version_normalized] => 1.0.0.0 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 975045608be0ef75b309b0bf0e87cf58ff9687c9 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/975045608be0ef75b309b0bf0e87cf58ff9687c9 [reference] => 975045608be0ef75b309b0bf0e87cf58ff9687c9 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-12-12T10:02:16+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => ~2.0.13 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ^6.0 ) ) [1.0.0-RC4] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0-RC4 [version_normalized] => 1.0.0.0-RC4 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 188423ca921616b8b54b2d456abb16055c60e2a0 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/188423ca921616b8b54b2d456abb16055c60e2a0 [reference] => 188423ca921616b8b54b2d456abb16055c60e2a0 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-09-05T15:17:31+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [luyadev/luya-composer] => ~1.0.0 [yiisoft/yii2] => 2.0.12 [curl/curl] => ~1.0 [phpmailer/phpmailer] => ~5.0 ) ) [1.0.0-RC3] => Array ( [name] => luyadev/luya-core [description] => LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2. [keywords] => Array ( [0] => admin [1] => cms [2] => core [3] => yii [4] => yii2 [5] => luya ) [homepage] => https://luya.io [version] => 1.0.0-RC3 [version_normalized] => 1.0.0.0-RC3 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil Suter [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 7b75bfeca670f4a034e3a8720f1890eccd31bb76 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/7b75bfeca670f4a034e3a8720f1890eccd31bb76 [reference] => 7b75bfeca670f4a034e3a8720f1890eccd31bb76 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2017-04-11T13:34:53+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.11 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-RC2] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-RC2 [version_normalized] => 1.0.0.0-RC2 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => 7f9fb7988ea328d0c277f46d507dc1832627aad2 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/7f9fb7988ea328d0c277f46d507dc1832627aad2 [reference] => 7f9fb7988ea328d0c277f46d507dc1832627aad2 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-11-29T12:19:54+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.10 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-RC1] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-RC1 [version_normalized] => 1.0.0.0-RC1 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 [reference] => cc6f4dc40fb5b8ccc4574fba545852aa8f459a01 [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-10-04T12:01:26+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.9 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta8] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta8 [version_normalized] => 1.0.0.0-beta8 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => c606c43c43c79ae62c223799c3ffb74f4630214e ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/c606c43c43c79ae62c223799c3ffb74f4630214e [reference] => c606c43c43c79ae62c223799c3ffb74f4630214e [shasum] => ) [type] => luya-core [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-08-11T12:58:32+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => 2.0.9 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta7] => Array ( [name] => luyadev/luya-core [description] => The LUYA core classes in addition to the Yii2 Framework [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta7 [version_normalized] => 1.0.0.0-beta7 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 [reference] => f25fb3c2e7fa16d7e501e165a419aa538b50a8b4 [shasum] => ) [type] => luya-module [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-06-20T07:47:29+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => ^2.0 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) [1.0.0-beta6] => Array ( [name] => luyadev/luya-core [description] => LUYA Core [keywords] => Array ( [0] => php [1] => wrapper [2] => yii [3] => yii2 [4] => luya ) [homepage] => http://luya.io [version] => 1.0.0-beta6 [version_normalized] => 1.0.0.0-beta6 [license] => Array ( [0] => MIT ) [authors] => Array ( [0] => Array ( [name] => Basil [email] => [email protected] [homepage] => https://github.com/nadar ) ) [source] => Array ( [type] => git [url] => https://github.com/luyadev/luya-core.git [reference] => aef788e78e0727b79778dd2793ec40f8731ca0d1 ) [dist] => Array ( [type] => zip [url] => https://api.github.com/repos/luyadev/luya-core/zipball/aef788e78e0727b79778dd2793ec40f8731ca0d1 [reference] => aef788e78e0727b79778dd2793ec40f8731ca0d1 [shasum] => ) [type] => luya-module [support] => Array ( [issues] => https://github.com/luyadev/luya/issues [source] => https://github.com/luyadev/luya-core/tree/master ) [time] => 2016-04-21T13:42:47+00:00 [autoload] => Array ( [psr-4] => Array ( [luya\] => ) ) [extra] => Array ( [branch-alias] => Array ( [dev-master] => 1.0.x-dev ) ) [bin] => Array ( [0] => bin/luya ) [require] => Array ( [php] => >=5.5.0 [yiisoft/yii2] => ^2.0 [twig/twig] => ^1.24 [curl/curl] => ^1.3 [phpmailer/phpmailer] => ^5.2 ) ) ) [type] => luya-core [repository] => https://github.com/luyadev/luya-core [github_stars] => 4 [github_watchers] => 3 [github_forks] => 8 [github_open_issues] => 0 [language] => PHP [dependents] => 31 [suggesters] => 0 [downloads] => Array ( [total] => 60651 [monthly] => 2538 [daily] => 15 ) [favers] => 5 ) )

An Error occurred while handling another error:
yii\web\HeadersAlreadySentException: Headers already sent in /home/USER/luya-kickstarter/vendor/luyadev/luya-module-remoteadmin/src/models/Site.php on line 396. in /home/USER/luya-kickstarter/vendor/yiisoft/yii2/web/Response.php:366
Stack trace:
#0 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/web/Response.php(339): yii\web\Response->sendHeaders()
#1 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/web/ErrorHandler.php(136): yii\web\Response->send()
#2 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/traits/ErrorHandlerTrait.php(143): yii\web\ErrorHandler->renderException(Object(yii\web\HeadersAlreadySentException))
#3 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/web/ErrorHandler.php(33): luya\web\ErrorHandler->traitRenderException(Object(yii\web\HeadersAlreadySentException))
#4 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/base/ErrorHandler.php(111): luya\web\ErrorHandler->renderException(Object(yii\web\HeadersAlreadySentException))
#5 [internal function]: yii\base\ErrorHandler->handleException(Object(yii\web\HeadersAlreadySentException))
#6 {main}
Previous exception:
yii\web\HeadersAlreadySentException: Headers already sent in /home/USER/luya-kickstarter/vendor/luyadev/luya-module-remoteadmin/src/models/Site.php on line 396. in /home/USER/luya-kickstarter/vendor/yiisoft/yii2/web/Response.php:366
Stack trace:
#0 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/web/Response.php(339): yii\web\Response->sendHeaders()
#1 /home/USER/luya-kickstarter/vendor/yiisoft/yii2/base/Application.php(392): yii\web\Response->send()
#2 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/base/Boot.php(268): yii\base\Application->run()
#3 /home/USER/luya-kickstarter/vendor/luyadev/luya-core/base/Boot.php(208): luya\base\Boot->applicationWeb()
#4 /home/USER/luya-kickstarter/public_html/index.php(8): luya\base\Boot->run()
#5 {main}

@testt23
Copy link
Author

testt23 commented Jan 12, 2020

Also, the "admin online" column is missing, which is in the demo
demo:
https://raw.githubusercontent.com/luyadev/luya-module-remoteadmin/master/remote-admin.png

real:
https://imgur.com/1NMa0mJ

nadar added a commit to luyadev/luya-module-admin that referenced this issue Jan 12, 2020
@nadar
Copy link
Contributor

nadar commented Jan 12, 2020

Its an old screenshot indeed, this information is not displayed anymore.

@nadar
Copy link
Contributor

nadar commented Jan 13, 2020

That should be sent correctly after next luya admin released.

@nadar nadar closed this as completed Jan 13, 2020
slowfox089 pushed a commit to slowfox089/luya-module-admin that referenced this issue Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants