Skip to content

Commit

Permalink
Merge pull request #49 from netglue/php81
Browse files Browse the repository at this point in the history
Support PHP 8.1
  • Loading branch information
gsteel committed Oct 7, 2021
2 parents a8bf661 + e2d495f commit 24b08b1
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 223 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"command": "vendor/bin/phpunit --coverage-clover coverage.xml"
}
}
]
],
"ignore_php_platform_requirements": {
"8.1": true
}
}
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
}
},
"require": {
"php": "^7.3||~8.0",
"php": "^7.3 || ~8.0 || ~8.1",
"ext-json": "*",
"dflydev/fig-cookies": "^2.0||^3.0",
"laminas/laminas-diactoros": "^2.3",
"laminas/laminas-stdlib": "^3.2",
"mezzio/mezzio": "^3.2",
"mezzio/mezzio-helpers": "^5.3",
"mezzio/mezzio-router": "^3.1",
"mezzio/mezzio-template": "^2.0",
"netglue/prismic-client": ">= 0.5 < 1.0",
"php-http/discovery": "^1.14",
"laminas/laminas-diactoros": "^2.7.0",
"laminas/laminas-stdlib": "^3.6",
"mezzio/mezzio": "^3.6",
"mezzio/mezzio-helpers": "^5.6",
"mezzio/mezzio-router": "^3.7",
"mezzio/mezzio-template": "^2.2.0",
"netglue/prismic-client": ">= 0.8.0 < 1.0",
"php-http/discovery": "^1.14.1",
"psr/cache": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/event-dispatcher": "^1.0",
Expand All @@ -48,17 +48,17 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
"helmich/phpunit-psr7-assert": "^4.1",
"laminas/laminas-config-aggregator": "^1.5",
"laminas/laminas-servicemanager": "^3.6",
"mezzio/mezzio-fastroute": "^3.0",
"php-http/curl-client": "^2.1",
"php-http/mock-client": "^1.3",
"phpunit/phpunit": "^9.5",
"helmich/phpunit-psr7-assert": "^4.3",
"laminas/laminas-config-aggregator": "^1.6",
"laminas/laminas-servicemanager": "^3.7",
"mezzio/mezzio-fastroute": "^3.3.0",
"php-http/curl-client": "^2.2",
"php-http/mock-client": "^1.5",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.1",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6.0",
"vimeo/psalm": "^4.8"
"vimeo/psalm": "^4.10"
},
"extra": {
"laminas": {
Expand Down
Loading

0 comments on commit 24b08b1

Please sign in to comment.