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

Commit 550368b

Browse files
authored
Merge pull request #55 from shinsenter/develop
Fixed bugs in defer.js 1.1.13, 1.1.14
2 parents cdef793 + 48b0bae commit 550368b

File tree

6 files changed

+363
-62
lines changed

6 files changed

+363
-62
lines changed

assets/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
log([
9292
'Optimized by ' + PROJECT_NAME,
93-
'(c) 2019 Mai Nhut Tan',
93+
'(c) 2019 AppSeeds',
9494
'Github: ' + PROJECT_URL + PROJECT_NAME,
9595
'PHP lib:' + PROJECT_URL + 'defer.php'
9696
].join('\n'));

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"require":
6363
{
64-
"php": ">=5.6",
64+
"php": "^5.6 || ^7.0 || ^8.0",
6565
"symfony/polyfill-mbstring": "^1.0.0"
6666
},
6767
"minimum-stability": "dev",

composer.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)