Skip to content

Commit

Permalink
Merge pull request #166 from visto9259/remove_orm_module
Browse files Browse the repository at this point in the history
Added support for PHP 8.4. Dropped support for PHP 8.0
  • Loading branch information
visto9259 authored Jan 2, 2025
2 parents 9ab3942 + 7af5843 commit 48f9e55
Show file tree
Hide file tree
Showing 34 changed files with 1,308 additions and 2,767 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
php_version: ['8.0', '8.1', '8.2', '8.3']
php_version: ['8.1', '8.2', '8.3', '8.4']
deps: ['--prefer-lowest --prefer-dist', '']
include:
- code-coverage: 'yes'
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-config": "^3.1",
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-mvc": "^3.0",
Expand All @@ -42,19 +42,16 @@
},
"require-dev": {
"laminas/laminas-authentication": "^2.2",
"laminas/laminas-cache-storage-adapter-filesystem": "^2.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
"laminas/laminas-developer-tools": "^2.1",
"laminas/laminas-log": "^2.2",
"laminas/laminas-http": "^2.2",
"laminas/laminas-i18n": "^2.7",
"laminas/laminas-serializer": "^2.2",
"laminas/laminas-view": "^2.12",
"phpunit/phpunit": "9.6.20",
"squizlabs/php_codesniffer": "^3.5.5",
"php-coveralls/php-coveralls": "^2.2",
"phpspec/prophecy-phpunit": "^2.0",
"doctrine/doctrine-orm-module": "^5.0 || ^6.0"
"symfony/cache": "^6.3",
"doctrine/orm": "^3.0"
},
"extra": {
"laminas": {
Expand Down
Loading

0 comments on commit 48f9e55

Please sign in to comment.