Skip to content

Commit

Permalink
min version php7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeler committed Aug 30, 2024
1 parent 8f4709d commit 59e867d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3,024 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
.idea
.phpunit.result.cache
composer.phar
composer.lock
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}
},
"require": {
"php": ">=7.4",
"psr/http-server-middleware": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 | ^2.0",
"pavelsterba/http-exceptions": "^1.1",

"voku/anti-xss": "^4.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 59e867d

Please sign in to comment.