Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin-Cheribet committed May 28, 2023
1 parent 2505d4e commit b6dd5ef
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 761 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "mohamed-amine/file-uploader",
"name" : "mohamed-amine/file-uploader",
"description": "a light PHP script that upload your files/images with easy steps & some cool features like compression & resizing",
"keywords": ["upload", "file", "image"],
"type": "library",
"license": "MIT",
"keywords" : ["upload", "file", "image"],
"type" : "library",
"license" : "MIT",

"require": {
"php": "^8.0",
"phpunit/phpunit": "^9.5"
"php" : "^8.2",
"phpunit/phpunit": "^10.1"
},

"authors": [
{
"name": "Mohamed Amine",
"email": "MohamedAmine1c@gmail.com",
"homepage": "https://github.com/MohamedAmine-C/File-Uploader",
"role": "Developer"
"name" : "Amin Cheribet",
"email" : "amin.cheribet2@gmail.com",
"homepage": "https://github.com/Amin-Cheribet/File-Uploader",
"role" : "Owner"
}
],

Expand Down
Loading

0 comments on commit b6dd5ef

Please sign in to comment.