Skip to content

Commit

Permalink
Remove minimum-stability and prefer-stable settings from composer.jso…
Browse files Browse the repository at this point in the history
…n. (#3)
  • Loading branch information
terabytesoftw committed Jan 18, 2024
1 parent 87829b1 commit 6fcd3e8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change Log
==========

## 0.1.0 January 18, 2023

- Initial release.
2 changes: 0 additions & 2 deletions changelog.md

This file was deleted.

6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"bootstrap5"
],
"license": "mit",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"npm-asset/bootstrap": "^5.3",
Expand All @@ -21,11 +19,11 @@
},
"require-dev": {
"maglnet/composer-require-checker": "^4.7",
"php-forge/support": "^0.1",
"phpunit/phpunit": "^10.5",
"roave/infection-static-analysis-plugin": "^1.34",
"symplify/easy-coding-standard": "^12.1",
"vimeo/psalm": "^5.19",
"yii-tools/support": "^1.0"
"vimeo/psalm": "^5.19"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/AssetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

namespace Yii\Asset\Tests;

use PHPForge\Support\Assert;
use Yii\Asset\BootstrapAsset;
use Yii\Asset\BootstrapCdnAsset;
use Yii\Asset\BootstrapPluginAsset;
use Yii\Asset\BootstrapPluginCdnAsset;
use Yii\Asset\Tests\Support\TestTrait;
use Yii\Support\Assert;
use Yiisoft\Assets\AssetBundle;

final class AssetTest extends \PHPUnit\Framework\TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/Support/TestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace Yii\Asset\Tests\Support;

use Exception;
use PHPForge\Support\Assert;
use Psr\Log\NullLogger;
use Yii\Support\Assert;
use Yiisoft\Aliases\Aliases;
use Yiisoft\Assets\AssetConverter;
use Yiisoft\Assets\AssetLoader;
Expand Down

0 comments on commit 6fcd3e8

Please sign in to comment.