Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 6, 2020
1 parent fa89ab3 commit 34eeef3
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@
"require": {
"vendor/package": "1.3.2",
"vendor/package2": "1.*",
"vendor/package3": "^2.0.3"
"vendor/package3": "^2.0.3",
"php": ">=7.3",
"another-vendor/package": "1.*"
},
"name": "tanhongit/laravel-training-module",
"description": "Training Project Laravel Module",
"require": {
"php": ">=7.3",
"another-vendor/package": "1.*"
}
"keywords": [
"tanhongit"
],
"authors": [
{
"name": "tanhongit",
"email": "[email protected]"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
"tanhongit\\module\\": "/"
}
},
"minimum-stability": "dev"
}

0 comments on commit 34eeef3

Please sign in to comment.