Skip to content

Commit 3428cd6

Browse files
committed
Fixed issue in autoload.php where the return type was incorrect.
Fixed issues with docblocks. Added stability badge to readme.md.
1 parent a268efb commit 3428cd6

File tree

8 files changed

+94
-453
lines changed

8 files changed

+94
-453
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"minimum-stability": "stable",
1414
"require": {
1515
"php": ">=7.4",
16-
"hexydec/tokenise": "1.0.0",
17-
"hexydec/cssdoc": "1.0.2",
18-
"hexydec/jslite": "0.6.0"
16+
"hexydec/tokenise": "1.0.1",
17+
"hexydec/cssdoc": "1.0.3",
18+
"hexydec/jslite": "0.6.1"
1919
},
2020
"autoload": {
2121
"classmap": ["src/"]
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "9.5"
24+
"phpunit/phpunit": "9.5.24"
2525
}
2626
}

0 commit comments

Comments
 (0)