Skip to content

Commit

Permalink
Added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabausch committed Apr 20, 2021
1 parent 92bd76a commit f2b35bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
"Semperton\\Proxy\\": "src/"
}
},
"scripts": {
"test": "phpunit tests"
"require": {
"php": ">=7.1",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.7"
},
"scripts": {
"test": "phpunit tests"
}
}
7 changes: 5 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2b35bd

Please sign in to comment.