Skip to content

Commit

Permalink
Merge pull request #41 from RyanNerd/package-update
Browse files Browse the repository at this point in the history
Add ResponseCode constants
  • Loading branch information
RyanNerd committed May 21, 2021
2 parents 9564d12 + c4be3eb commit 2296e4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"php": "^7.4 | ^8.0",
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^2.10.0",
"illuminate/database": "^8.25.0",
"league/climate": "^3.5.2",
"php-di/php-di": "^6.0.11",
"doctrine/dbal": "^2.13.1",
"illuminate/database": "^8.42.1",
"league/climate": "^3.7.0",
"php-di/php-di": "^6.3.3",
"slim/psr7": "^0.5.0",
"slim/slim": "^4.3.0",
"twig/twig": "^3.0",
"vlucas/phpdotenv": "^3.6.0"
"slim/slim": "^4.8.0",
"twig/twig": "^3.3.2",
"vlucas/phpdotenv": "^3.6.8"
},
"require-dev": {
"consolidation/robo": "^2.2.2",
"phpunit/phpunit": "^8.5.0"
"phpunit/phpunit": "^8.5.15"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2296e4a

Please sign in to comment.