Skip to content

Commit 8ba9c45

Browse files
committed
prepare for release
1 parent cb8f93a commit 8ba9c45

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Strings Component provide a fluent, object-oriented interface for working with m
44
</p>
55

66
<p align="center">
7-
<a href="https://github.com/glowyphp/strings/releases"><img alt="Version" src="https://img.shields.io/github/release/glowyphp/strings.svg?label=version&color=green"></a> <a href="https://github.com/glowyphp/strings"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=green" alt="License"></a> <a href="https://packagist.org/packages/glowyphp/strings"><img src="https://poser.pugx.org/glowyphp/strings/downloads" alt="Total downloads"></a> <img src="https://github.com/glowyphp/strings/workflows/Static%20Analysis/badge.svg?branch=dev"> <img src="https://github.com/glowyphp/strings/workflows/Tests/badge.svg">
8-
<a href="https://app.codacy.com/gh/glowyphp/strings?utm_source=github.com&utm_medium=referral&utm_content=glowy/strings&utm_campaign=Badge_Grade_Dashboard"><img src="https://api.codacy.com/project/badge/Grade/72b4dc84c20145e1b77dc0004a3c8e3d"></a> <a href="https://codeclimate.com/github/glowyphp/strings/maintainability"><img src="https://api.codeclimate.com/v1/badges/b1e18970e78af3a48a0d/maintainability"/></a>
7+
<a href="https://github.com/glowyphp/strings/releases"><img alt="Version" src="https://img.shields.io/github/release/glowy/strings.svg?label=version&color=green"></a> <a href="https://github.com/glowyphp/strings"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=green" alt="License"></a> <a href="https://packagist.org/packages/glowy/strings"><img src="https://poser.pugx.org/glowy/strings/downloads" alt="Total downloads"></a> <img src="https://github.com/glowyphp/strings/workflows/Static%20Analysis/badge.svg?branch=dev"> <img src="https://github.com/glowyphp/strings/workflows/Tests/badge.svg">
8+
<a href="https://app.codacy.com/gh/glowy/strings?utm_source=github.com&utm_medium=referral&utm_content=glowy/strings&utm_campaign=Badge_Grade_Dashboard"><img src="https://api.codacy.com/project/badge/Grade/72b4dc84c20145e1b77dc0004a3c8e3d"></a> <a href="https://codeclimate.com/github/glowy/strings/maintainability"><img src="https://api.codeclimate.com/v1/badges/a4c673a4640a3863a9a4/maintainability" /></a> <img src="http://poser.pugx.org/glowyphp/strings/require/php">
99
</p>
1010

1111
<br>
@@ -19,7 +19,7 @@ composer require glowy/strings
1919
```
2020

2121
### Resources
22-
* [Documentation](https://atomastic.com/components/strings)
22+
* [Documentation](https://digital.flextype.org/glowyphp/components/strings)
2323

2424
### Tests
2525

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.",
44
"license": "MIT",
55
"keywords": [
6-
"Strings", "strings", "php-strings", "php", "atomastic", "strings-manipulation"
6+
"Strings", "strings", "php-strings", "php", "glowy", "glowyphp", "strings-manipulation"
77
],
88
"support": {
99
"source": "https://github.com/glowyphp/strings",
@@ -20,7 +20,7 @@
2020
"php": "^7.4 || ^8.0",
2121
"ext-json": "*",
2222
"ext-mbstring": "*",
23-
"atomastic/macroable": "^2.0"
23+
"glowy/macroable": "^2.0"
2424
},
2525
"autoload":{
2626
"psr-4": {
@@ -31,8 +31,9 @@
3131
]
3232
},
3333
"require-dev": {
34-
"doctrine/coding-standard": "8.2.0",
35-
"pestphp/pest": "^1.0.2",
36-
"phpstan/phpstan": "^0.12.75"
34+
"doctrine/coding-standard": "9.0.0",
35+
"pestphp/pest": "^1.21.1",
36+
"phpstan/phpstan": "^1.2.0",
37+
"symfony/var-dumper": "^5.4.0"
3738
}
3839
}

src/Strings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use ArrayAccess;
88
use ArrayIterator;
9-
use Atomastic\Macroable\Macroable;
9+
use Glowy\Macroable\Macroable;
1010
use Closure;
1111
use Countable;
1212
use Exception;

0 commit comments

Comments
 (0)