Skip to content

Commit

Permalink
remove psr-log dependency for php requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Jul 4, 2022
1 parent 7f66c01 commit 3672d55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 259 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"email": "arif98741@gmail.com"
},
"require": {
"php": "^7.0 || ^8.0 || ^8.1 ",
"php": "^7.0|^8.0|^8.1",
"ext-curl": "*",
"ext-json": "*"
},
Expand All @@ -38,7 +38,6 @@
],
"minimum-stability": "stable",
"require-dev": {
"filp/whoops": "^2.7",
"phpunit/phpunit": "^7.3|^8.1.3|^9.0.2"
},
"homepage": "https://github.com/arif98741/nagadApi"
Expand Down
Loading

0 comments on commit 3672d55

Please sign in to comment.