Skip to content

Commit

Permalink
upgrading to php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aliminaei committed Dec 8, 2024
1 parent 5cfad94 commit 9d8d16e
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 281 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: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=7.5",
"php": ">=8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand All @@ -36,11 +36,6 @@
"Gr4vy\\": "lib/"
}
},
"config": {
"platform": {
"php": "7.5"
}
},
"autoload-dev": {
"psr-4": { "Gr4vy\\Test\\" : "test/" }
}
Expand Down
Loading

0 comments on commit 9d8d16e

Please sign in to comment.