This website requires JavaScript.
Explore
Help
Sign In
ZoneMinder
/
zoneminder
mirror of
https://github.com/ZoneMinder/zoneminder.git
Watch
1
Star
0
Fork
You've already forked zoneminder
0
Code
Issues
Projects
Releases
Wiki
Activity
501d6a6d01
zoneminder
/
web
/
composer.json
7 lines
107 B
JSON
Raw
Normal View
History
Unescape
Escape
use php-jwt, use proper way to add PHP modules, via composer
2019-05-05 11:08:25 +00:00
{
"require"
:
{
Bump firebase/php-jwt from 5.0.0 to 6.0.0 in /web Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/firebase/php-jwt/releases) - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/php-jwt/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 14:54:52 +00:00
"firebase/php-jwt"
:
"^6.0"
,
added password_compat for PHP >=5.3 <5.5
2019-05-12 17:57:25 +00:00
"ircmaxell/password-compat"
:
"^1.0"
use php-jwt, use proper way to add PHP modules, via composer
2019-05-05 11:08:25 +00:00
}
}