Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unicate committed Jun 6, 2020
1 parent 700465d commit 303f5c1
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "unicate/no-framework",
"description": "Packages YES, Framework NO! ",
"type": "project",
"license": "MIT",
"require": {
"symfony/dotenv" : "5.0.8",
"laminas/laminas-diactoros" : "2.3.0",
"laminas/laminas-httphandlerrunner" : "1.1.0",
"symfony/dotenv": "5.0.8",
"laminas/laminas-diactoros": "2.3.0",
"laminas/laminas-httphandlerrunner": "1.1.0",
"league/route": "4.5.0",
"league/plates" : "3.3.0",
"php-di/php-di" : "6.1.0",
"league/plates": "3.3.0",
"php-di/php-di": "6.1.0",
"tuupola/slim-jwt-auth": "3.4.0",
"catfan/Medoo": "1.7.10",
"unicate/packagist-test" : "1.1",
"unicate/language-detection" : "1.1",
"unicate/logger" : "1.1",
"unicate/translation" : "1.0"
"unicate/packagist-test": "1.1",
"unicate/language-detection": "1.1",
"unicate/logger": "1.1",
"unicate/translation": "1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 303f5c1

Please sign in to comment.