Skip to content

Commit

Permalink
Fixed issue in autoload.php where the return type was incorrect.
Browse files Browse the repository at this point in the history
Fixed issues with docblocks.
Added stability badge to readme.md.
  • Loading branch information
hexydec committed Sep 15, 2022
1 parent a268efb commit 3428cd6
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 453 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"hexydec/tokenise": "1.0.0",
"hexydec/cssdoc": "1.0.2",
"hexydec/jslite": "0.6.0"
"hexydec/tokenise": "1.0.1",
"hexydec/cssdoc": "1.0.3",
"hexydec/jslite": "0.6.1"
},
"autoload": {
"classmap": ["src/"]
},
"require-dev": {
"phpunit/phpunit": "9.5"
"phpunit/phpunit": "9.5.24"
}
}
Loading

0 comments on commit 3428cd6

Please sign in to comment.