Skip to content

Commit

Permalink
Merge pull request #1 from matronator/v2.0
Browse files Browse the repository at this point in the history
update to PHP 8.1
  • Loading branch information
matronator authored Oct 12, 2022
2 parents a072788 + e59b1ae commit c8a57ff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 91 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.1",
"nette/neon": "^3.3",
"symfony/yaml": "^5.4",
"symfony/yaml": "^6.1",
"opis/json-schema": "^2.3"
},
"config": {
"platform": {
"php": "7.4"
"php": "8.1"
}
},
"scripts": {
Expand Down
109 changes: 21 additions & 88 deletions composer.lock

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

0 comments on commit c8a57ff

Please sign in to comment.