Skip to content

Commit

Permalink
Advance Dependencies 2024 (#183)
Browse files Browse the repository at this point in the history
* Advance the dependencies 2024

* Add files for 2024
  • Loading branch information
csev committed May 15, 2024
1 parent f228d6f commit 6de2585
Show file tree
Hide file tree
Showing 17,212 changed files with 357,189 additions and 100,169 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
60 changes: 31 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,41 @@
{
"require": {
"php": ">=8.2.0",
"phpseclib/phpseclib": "3.0.35",
"laravel/lumen-framework": "v10.0.0",
"firebase/php-jwt" : "v6.4.0",
"ezyang/htmlpurifier": "v4.16.0",
"phpseclib/phpseclib": "v3.0.37",
"laravel/lumen-framework": "v10.0.3",
"firebase/php-jwt" : "v6.10.0",
"ezyang/htmlpurifier": "v4.17.0",
"cboden/ratchet" : "v0.4.4",

"symfony/routing" : "v6.2.8",
"symfony/http-foundation" : "v6.2.10",
"react/event-loop" : "v1.3.0",
"react/stream" : "v1.2.0",
"react/promise-timer" : "v1.9.0",
"react/dns" : "v1.10.0",
"react/socket" : "v1.12.0",
"monolog/monolog" : "3.3.1",
"symfony/translation" : "v6.2.8",
"symfony/browser-kit" : "v6.2",
"symfony/http-client" : "v6.2",
"symfony/http-kernel" : "v6.2.6",
"symfony/deprecation-contracts": "v3.4.0",
"symfony/polyfill-intl-idn": "v1.28.0",
"symfony/polyfill-intl-normalizer": "v1.28.0",
"symfony/polyfill-mbstring": "v1.28.0",
"symfony/polyfill-php72": "v1.28.0",
"guzzlehttp/psr7" : "v2.5.0",
"psr/http-client": "1.0.3",
"guzzlehttp/guzzle": "7.7.1",
"guzzlehttp/promises": "2.0.2",
"google/auth": "v1.39.0",
"google/apiclient": "v2.16.0",
"google/apiclient-services": "v0.351.0",

"google/auth": "1.34",
"google/apiclient": "v2.15.3",
"google/apiclient-services": "0.333.0",
"nesbot/carbon" : "v2.72.3",

"nesbot/carbon" : "2.68.1",
"symfony/routing" : ">=6.4.7",
"symfony/http-foundation" : ">=6.2.10",
"monolog/monolog" : ">=3.6.0",
"symfony/translation" : ">=6.4.7",
"symfony/browser-kit" : ">=7.0.7",
"symfony/http-client" : ">=7.0.7",
"symfony/http-kernel" : ">=6.4.7",
"symfony/deprecation-contracts": ">=3.5.0",
"symfony/polyfill-intl-idn": ">=1.29.0",
"symfony/polyfill-intl-normalizer": ">=1.29.0",
"symfony/polyfill-mbstring": ">=1.29.0",
"symfony/polyfill-php72": ">=1.29.0",
"psr/http-client": ">=1.0.3",

"guzzlehttp/psr7" : ">=2.6.2",
"guzzlehttp/guzzle": ">=7.8.1",
"guzzlehttp/promises": ">=2.0.2",

"react/event-loop" : ">=1.5.0",
"react/stream" : ">=1.3.0",
"react/promise-timer" : ">=1.10.0",
"react/dns" : ">=1.12.0",
"react/socket" : ">=1.15.0",

"tsugi/lib": "dev-master#5143de10d4ca185330913494ddbf1b72816c05ea",
"koseu/lib": "dev-master#70c7ac1ca413c2dd541e078ebe07719405621b1b"
Expand Down

0 comments on commit 6de2585

Please sign in to comment.