Skip to content

Commit

Permalink
Merge pull request #880 from lcobucci/Slamdunk-patch-1
Browse files Browse the repository at this point in the history
PHP Version constraint: stick to tested versions only
  • Loading branch information
lcobucci committed Aug 23, 2022
2 parents 2fecef3 + 1f8e91a commit 2483e07
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 247 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1",
"php": "~8.1.0 || ~8.2.0",
"ext-hash": "*",
"ext-json": "*",
"ext-openssl": "*",
Expand Down Expand Up @@ -59,6 +59,9 @@
"infection/extension-installer": true,
"ocramius/package-versions": true
},
"platform": {
"php": "8.1.99"
},
"preferred-install": "dist",
"sort-packages": true
}
Expand Down
264 changes: 18 additions & 246 deletions composer.lock

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

0 comments on commit 2483e07

Please sign in to comment.