Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
remove obsolete 'asset-packagist.org' reference
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Feb 28, 2018
1 parent a1f5d64 commit f8b0b59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ install:

before_script:
- |
if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
if [ $TRAVIS_PHP_VERSION = '7.1' ]; then
PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
fi
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,7 +1,7 @@
The Yii framework is free software. It is released under the terms of
the following BSD License.

Copyright © 2008-2013 by Yii Software LLC (http://www.yiisoft.com)
Copyright © 2008-2018 by Yii Software LLC (http://www.yiisoft.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 0 additions & 6 deletions composer.json
Expand Up @@ -26,12 +26,6 @@
"require": {
"yiisoft/yii2": "2.1.x-dev"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {"yii\\rest\\": "src"}
},
Expand Down

0 comments on commit f8b0b59

Please sign in to comment.