Skip to content

Commit

Permalink
Upgrade web-push to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Aug 30, 2022
1 parent 6c75ba0 commit e5a13bd
Show file tree
Hide file tree
Showing 465 changed files with 21,102 additions and 48,024 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"minishlink/web-push": "^5.2"
"minishlink/web-push": "^7.0"
}
}
1,090 changes: 387 additions & 703 deletions composer.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
exit(1);
}

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit77ac1957550c0c990f05dfb7dbb1afa3::getLoader();
Loading

0 comments on commit e5a13bd

Please sign in to comment.