Skip to content

Commit

Permalink
chore(dev-deps): update dependency (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliminaei authored Dec 11, 2024
1 parent 36bb8b8 commit caaafea
Show file tree
Hide file tree
Showing 4 changed files with 1,294 additions and 1,105 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ composer.phar
# PHPUnit cache
.phpunit.result.cache
*.pem
*.key
*.key
.DS_Store
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand All @@ -36,6 +36,11 @@
"Gr4vy\\": "lib/"
}
},
"config": {
"platform": {
"php": "8.1"
}
},
"autoload-dev": {
"psr-4": { "Gr4vy\\Test\\" : "test/" }
}
Expand Down
Loading

0 comments on commit caaafea

Please sign in to comment.