Skip to content

Commit

Permalink
Merge pull request #29 from dotkernel/issue-28
Browse files Browse the repository at this point in the history
linting and bump PHP 8.4
  • Loading branch information
arhimede authored Oct 28, 2024
2 parents a030a64 + 920a1a9 commit 627c4ed
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# dot-helpers

> dot-helpers is a wrapper on top of [mezzio/mezzio-helpers](https://packagist.org/packages/mezzio/mezzio-helpers)
>
> ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fmezzio%2Fmezzio-helpers%2Fproperties%2Fvalues&query=%24%5B%3F(%40.property_name%3D%3D%22maintenance-mode%22)%5D.value&label=Maintenance%20Mode)
## dot-helpers badges

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-helpers)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.4.3)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.6.0)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-helpers)](https://github.com/dotkernel/dot-helpers/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-helpers)](https://github.com/dotkernel/dot-helpers/network)
Expand All @@ -17,8 +15,6 @@
[![Build Static](https://github.com/dotkernel/dot-helpers/actions/workflows/continuous-integration.yml/badge.svg?branch=3.0)](https://github.com/dotkernel/dot-helpers/actions/workflows/continuous-integration.yml)
[![codecov](https://codecov.io/gh/dotkernel/dot-helpers/graph/badge.svg?token=LIN5FVL5QP)](https://codecov.io/gh/dotkernel/dot-helpers)

[![SymfonyInsight](https://insight.symfony.com/projects/e79c1b2a-c61f-4ce6-9b6f-9c6528e049c6/big.svg)](https://insight.symfony.com/projects/e79c1b2a-c61f-4ce6-9b6f-9c6528e049c6)

## Requirements

- PHP >= 8.1
Expand All @@ -27,7 +23,9 @@

Install dot-helpers in your application by running the following command:

composer require dotkernel/dot-helpers
```shell
composer require dotkernel/dot-helpers
```

Next, register the package's `ConfigProvider` to your application config.

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

| Version | Supported | PHP Version |
|---------|--------------------|-------------------------------------------------------------------------------------------------------------|
| 3.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.4.3) |
| <= 2.x | :x: | |
| 3.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.6.0) |
| <= 2.x | :x: | |

## Reporting Potential Security Issues

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotkernel/dot-helpers",
"type": "library",
"description": "DotKernel helper component providing various helper structures and classes",
"description": "Dotkernel helper component providing various helper structures and classes",
"license": "MIT",
"homepage": "https://github.com/dotkernel/dot-helpers",
"keywords": [
Expand All @@ -11,7 +11,7 @@
],
"authors": [
{
"name": "DotKernel Team",
"name": "Dotkernel Team",
"email": "[email protected]"
}
],
Expand All @@ -22,16 +22,16 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"psr/http-message": "^1.0 || ^2.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mezzio/mezzio-helpers": "^5.16.0",
"laminas/laminas-diactoros": "^3.3.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5.9",
"laminas/laminas-coding-standard": "^2.5",
"vimeo/psalm": "^5.20"
"laminas/laminas-coding-standard": "^3.0",
"vimeo/psalm": "^5.26.1"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion docs/book/index.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/book/index.md
2 changes: 0 additions & 2 deletions docs/book/v3/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Overview

> dot-helpers is a wrapper on top of [mezzio/mezzio-helpers](https://packagist.org/packages/mezzio/mezzio-helpers)
>
> ![OSS Lifecycle](https://img.shields.io/osslifecycle/mezzio/mezzio-helpers)

0 comments on commit 627c4ed

Please sign in to comment.