-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tom Wright <[email protected]>
- Loading branch information
1 parent
af922bd
commit 81d98ee
Showing
7 changed files
with
14 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
* Refactored package file structure | ||
|
||
## v0.5.1 (2023-09-26) | ||
* Converted phpstan doc comments to generic | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
"name": "decodelabs/dictum", | ||
"description": "Text formatting tools", | ||
"type": "library", | ||
"keywords": ["text", "format"], | ||
"keywords": [ "text", "format" ], | ||
"license": "MIT", | ||
"authors": [{ | ||
"name": "Tom Wright", | ||
"email": "[email protected]" | ||
}], | ||
"authors": [ { | ||
"name": "Tom Wright", | ||
"email": "[email protected]" | ||
} ], | ||
"require": { | ||
"php": "^8.0", | ||
"symfony/polyfill-mbstring": "^1.7", | ||
|
@@ -25,10 +25,10 @@ | |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"DecodeLabs\\Dictum\\": "src/Dictum" | ||
"DecodeLabs\\Dictum\\": "src/" | ||
}, | ||
"files": [ | ||
"src/global.php" | ||
"src/Context.php" | ||
] | ||
}, | ||
"extra": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.