Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from marcelthole/typesafe-upgrades
Browse files Browse the repository at this point in the history
Strict and native Types + PHP8.0 Drop + PHPUnit Upgrade [BC Break]
  • Loading branch information
gsteel authored Jul 17, 2024
2 parents f6b34a7 + 35c19d7 commit 16ebe74
Show file tree
Hide file tree
Showing 75 changed files with 1,155 additions and 2,418 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.phpcs-cache
.phpunit.result.cache
.phpunit.cache
/clover.xml
/coveralls-upload.json
/docs/html/
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-mbstring": "*",
"laminas/laminas-math": "^3.4",
"laminas/laminas-stdlib": "^3.8",
"psr/container": "^1.1 || ^2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.25"
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^10.1"
},
"suggest": {
"ext-openssl": "Required for most features of Laminas\\Crypt"
Expand Down
Loading

0 comments on commit 16ebe74

Please sign in to comment.