Skip to content

Upgrade to php 8.3 and remove php 8.0 as a dependency. #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: 1.7.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.4": true
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Laminas Api Problem
==============

This fork is maintained for personal purposes. Use at your own risk.

[![Build Status](https://github.com/laminas-api-tools/api-tools-api-problem/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laminas-api-tools/api-tools-api-problem/actions/workflows/continuous-integration.yml)

> ## 🇷🇺 Русским гражданам
Expand Down
25 changes: 13 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -33,21 +33,22 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",
"laminas/laminas-http": "^2.15.1",
"laminas/laminas-json": "^2.6.1 || ^3.0",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.4",
"laminas/laminas-view": "^2.8.1",
"laminas/laminas-zendframework-bridge": "^1.0"
"laminas/laminas-eventmanager": "^3.12",
"laminas/laminas-http": "^2.19",
"laminas/laminas-mvc": "^3.7",
"laminas/laminas-view": "^2.32"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-coding-standard": "~2.5.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
"phpunit/phpunit": "^10",
"psalm/plugin-phpunit": "^0.18",
"symfony/console": "^6 || ^7",
"symfony/filesystem": "^6 || ^7",
"symfony/string": "^6 || ^7",
"vimeo/psalm": "^5"
},
"autoload": {
"psr-4": {
Expand Down
Loading