Skip to content

Commit

Permalink
Strings 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 29, 2021
1 parent d15d4d1 commit 5b3afad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="2.5.0"></a>
# [2.5.0](https://github.com/atomastic/strings) (2021-01-29)
* fix contains() method
* improve before() method

<a name="2.4.0"></a>
# [2.4.0](https://github.com/atomastic/strings) (2020-12-05)
* add copy() method.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Sergey Romanenko
Copyright (c) 2021 Sergey Romanenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2307,4 +2307,4 @@ Run tests

### License
[The MIT License (MIT)](https://github.com/atomastic/strings/blob/master/LICENSE)
Copyright (c) 2020 [Sergey Romanenko](https://github.com/Awilum)
Copyright (c) 2021 [Sergey Romanenko](https://github.com/Awilum)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
]
},
"require-dev": {
"doctrine/coding-standard": "8.1.0",
"pestphp/pest": "^0.3.3",
"phpstan/phpstan": "^0.12.42"
"doctrine/coding-standard": "8.2.0",
"pestphp/pest": "^1.0.1",
"phpstan/phpstan": "^0.12.70"
}
}

0 comments on commit 5b3afad

Please sign in to comment.