Skip to content

Commit 62d1965

Browse files
committed
Updated dependencies.
1 parent 7c815b3 commit 62d1965

File tree

3 files changed

+33
-40
lines changed

3 files changed

+33
-40
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727

2828
- name: Upload coverage reports to Codecov
2929
uses: codecov/codecov-action@v3
30-
env:
31-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
30+
with:
31+
files: ./coverage/result.xml

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=8.1",
1818
"hexydec/tokenise": "1.0.2",
1919
"hexydec/cssdoc": "1.2.1",
20-
"hexydec/jslite": "1.0.4"
20+
"hexydec/jslite": "1.0.5"
2121
},
2222
"autoload": {
2323
"classmap": ["src/"]

composer.lock

+30-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)