Skip to content

Commit

Permalink
Back to php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
psekan committed Nov 6, 2020
1 parent d15960a commit 0de2ca9
Show file tree
Hide file tree
Showing 2 changed files with 1,164 additions and 588 deletions.
8 changes: 4 additions & 4 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.2",
"php": "^7.3",
"ext-json": "*",
"ext-openssl": "*",
"google/recaptcha": "^1.2",
"laravel/lumen-framework": "^7.0",
"laravel/lumen-framework": "^8.0",
"tymon/jwt-auth": "^1.0"
},
"require-dev": {
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "1.3.1",
"phpunit/phpunit": "^8.5"
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^9.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0de2ca9

Please sign in to comment.