Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagolizardo committed Aug 17, 2024
1 parent 21a38ac commit ddc61ff
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 281 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^8.3",
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
Expand All @@ -19,8 +18,11 @@
"ext-zip": "*",
"fig/http-message-util": "^1.1",
"firebase/php-jwt": "^v6.0",
"geoip2/geoip2": "~3.0",
"graylog2/gelf-php": "dev-master",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/psr7": "^2.1",
"hansott/psr7-cookies": "^3.0",
"laminas/laminas-diactoros": "^3.0",
"laminas/laminas-httphandlerrunner": "^2.1",
"league/commonmark": "^2.0",
Expand All @@ -29,17 +31,15 @@
"league/route": "^5.0",
"monolog/monolog": "^3.0",
"netresearch/jsonmapper": "^4.0",
"php": "^8.3",
"phpoffice/phpword": "^1.0",
"ponup/sql-builders": "^1.0",
"symfony/filesystem": "^6.0",
"twig/twig": "^3.0",
"reconmap/command-output-parsers": "^2.0",
"symfony/console": "^6.0",
"symfony/mailer": "^6.0",
"geoip2/geoip2": "~3.0",
"graylog2/gelf-php": "dev-master",
"zircote/swagger-php": "^4.7",
"hansott/psr7-cookies": "^3.0"
"symfony/console": "^7.1",
"symfony/filesystem": "^7.1",
"symfony/mailer": "^7.1",
"twig/twig": "^3.0",
"zircote/swagger-php": "^4.7"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ddc61ff

Please sign in to comment.