Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagolizardo committed Oct 20, 2024
1 parent 05e41d7 commit b30af55
Show file tree
Hide file tree
Showing 12 changed files with 240 additions and 229 deletions.
107 changes: 54 additions & 53 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
{
"name": "reconmap/rest-api",
"description": "Reconmap REST API",
"license": "Apache-2.0",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-mysqlnd": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"firebase/php-jwt": "^v6.0",
"geoip2/geoip2": "~3.0",
"graylog2/gelf-php": "dev-master",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/psr7": "^2.1",
"league/commonmark": "^2.0",
"league/html-to-markdown": "^5.0",
"league/route": "^5.0",
"monolog/monolog": "^3.0",
"netresearch/jsonmapper": "^5.0",
"php": "^8.3",
"phpoffice/phpword": "^1.0",
"ponup/sql-builders": "^1.0",
"reconmap/command-output-parsers": "^2.0",
"symfony/config": "^7.1",
"symfony/console": "^7",
"symfony/dependency-injection": "^7.1",
"symfony/filesystem": "^7",
"symfony/http-foundation": "^7.1",
"symfony/mailer": "^7",
"symfony/psr-http-message-bridge": "^7.1",
"twig/twig": "^3.0",
"zircote/swagger-php": "^4.7"
},
"autoload": {
"psr-4": {
"Reconmap\\": "src/"
"type": "project",
"name": "reconmap/rest-api",
"description": "Reconmap REST API",
"license": "Apache-2.0",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-mysqlnd": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"firebase/php-jwt": "^v6.0",
"geoip2/geoip2": "~3.0",
"graylog2/gelf-php": "dev-master",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/psr7": "^2.1",
"league/commonmark": "^2.0",
"league/html-to-markdown": "^5.0",
"league/route": "^5.0",
"monolog/monolog": "^3.0",
"netresearch/jsonmapper": "^5.0",
"php": "^8.3",
"phpoffice/phpword": "^1.0",
"ponup/sql-builders": "^1.0",
"reconmap/command-output-parsers": "^2.0",
"symfony/config": "^7.1",
"symfony/console": "^7",
"symfony/dependency-injection": "^7.1",
"symfony/filesystem": "^7",
"symfony/http-foundation": "^7.1",
"symfony/mailer": "^7",
"symfony/psr-http-message-bridge": "^7.1",
"twig/twig": "^3.0",
"zircote/swagger-php": "^4.7"
},
"autoload": {
"psr-4": {
"Reconmap\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^11"
},
"autoload-dev": {
"psr-4": {
"Reconmap\\": "tests/"
}
}
},
"require-dev": {
"phpunit/phpunit": "^11"
},
"autoload-dev": {
"psr-4": {
"Reconmap\\": "tests/"
}
}
}
Loading

0 comments on commit b30af55

Please sign in to comment.