diff --git a/CHANGELOG.md b/CHANGELOG.md index 0422270..274b544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,25 +6,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## v1.2.0 - 2024-07-02 + +### Changed + +- Rename package from `isaac/slugify-cli` to `iodigital-com/slugify-cli` + ## v1.1.0 - 2024-07-02 ### Added -Add support for PHP 8.2 and 8.3 +- Add support for PHP 8.2 and 8.3 ### Changed -Upgrade `cocur/slugify` (v4.2.0 => v4.5.1) -Replace `isaac/php-code-sniffer-standard` package (v28.1.0) by `iodigital-com/php-code-sniffer-standard` (v29.2.0) -Upgrade `phpstan/extension-installer` (1.2.0 => 1.4.1) -Upgrade `phpstan/phpstan` (1.9.0 => 1.11.6) -Upgrade `phpstan/phpstan-strict-rules` (1.4.4 => 1.6.0) -Update copyright year and name -Update author email +- Upgrade `cocur/slugify` (v4.2.0 => v4.5.1) +- Replace `isaac/php-code-sniffer-standard` package (v28.1.0) by `iodigital-com/php-code-sniffer-standard` (v29.2.0) +- Upgrade `phpstan/extension-installer` (1.2.0 => 1.4.1) +- Upgrade `phpstan/phpstan` (1.9.0 => 1.11.6) +- Upgrade `phpstan/phpstan-strict-rules` (1.4.4 => 1.6.0) +- Update copyright year and name +- Update author email ### Removed -Remove support for PHP 7.4 +- Remove support for PHP 7.4 ## v1.0.0 - 2022-11-04 diff --git a/README.md b/README.md index 1109be9..63d6b43 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Installation Add the package as a requirement to your project: - $ composer require isaac/slugify-cli + $ composer require iodigital-com/slugify-cli This will install the `slugify-cli` script to the `vendor/bin` folder of the project. Or as a global requirement: - $ composer global require isaac/slugify-cli + $ composer global require iodigital-com/slugify-cli This will install the `slugify` script to the `$HOME/.composer/vendor/bin` folder. diff --git a/composer.json b/composer.json index 0a69e7b..cadee4a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,8 @@ { - "name": "isaac/slugify-cli", + "name": "iodigital-com/slugify-cli", + "replace": { + "isaac/slugify-cli": "*" + }, "description": "CLI wrapper for the cocur/slugify package", "type": "project", "license": "MIT", diff --git a/composer.lock b/composer.lock index 808963e..f8d9508 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a34af1260d663b7183b8767eba0b8733", + "content-hash": "c7886eef22abdc6fd627169f64da3eba", "packages": [ { "name": "cocur/slugify", diff --git a/version.txt b/version.txt index 795460f..79127d8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.1.0 +v1.2.0