Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Fixed bugs in defer.js 1.1.13, 1.1.14 #55

Merged
merged 1 commit into from
Jan 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

log([
'Optimized by ' + PROJECT_NAME,
'(c) 2019 Mai Nhut Tan',
'(c) 2019 AppSeeds',
'Github: ' + PROJECT_URL + PROJECT_NAME,
'PHP lib:' + PROJECT_URL + 'defer.php'
].join('\n'));
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"require":
{
"php": ">=5.6",
"php": "^5.6 || ^7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.0.0"
},
"minimum-stability": "dev",
Expand Down
112 changes: 56 additions & 56 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading