Skip to content

Commit

Permalink
Merge pull request #12 from donatj/dependabot/composer/donatj/mddoc-t…
Browse files Browse the repository at this point in the history
…w-0.8.0or-tw-0.10.0

Update donatj/mddoc requirement from ^0.8.0 to ^0.10.0
  • Loading branch information
donatj committed Apr 17, 2024
2 parents a7bb29f + 6a6e426 commit 9a55ee4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .mddoc.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<mddoc>
<docpage target="README.md" autoloader="psr4" autoloader-root="src" autoloader-root-namespace="donatj\PhpDnfSolver">
<docpage target="README.md">

<autoloader namespace="donatj\PhpDnfSolver" type="psr4" root="src" />

<section title="PHP DNF Solver">
<badge-poser type="version"/>
<badge-poser type="license"/>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![Latest Stable Version](https://poser.pugx.org/donatj/php-dnf-solver/version)](https://packagist.org/packages/donatj/php-dnf-solver)
[![License](https://poser.pugx.org/donatj/php-dnf-solver/license)](https://packagist.org/packages/donatj/php-dnf-solver)
[![ci.yml](https://github.com/donatj/php-dnf-solver/actions/workflows/ci.yml/badge.svg?)](https://github.com/donatj/php-dnf-solver/actions/workflows/ci.yml)
[![ci.yml](https://github.com/donatj/php-dnf-solver/actions/workflows/ci.yml/badge.svg)](https://github.com/donatj/php-dnf-solver/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/donatj/php-dnf-solver/badge.svg)](https://coveralls.io/github/donatj/php-dnf-solver)


PHP DNF (Disjunctive Normal Form) Signature Compatibility Solver - see: https://wiki.php.net/rfc/dnf_types

## Requirements

- **php**: ^8.1.0 || ^8.2.0
- **php**: ^8.1.0 || ^8.2.0 || ^8.3.0

## Installing

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require-dev": {
"corpus/coding-standard": "~0.8.0",
"donatj/drop": "^1.1",
"donatj/mddoc": "^0.8.0",
"donatj/mddoc": "^0.10.0",
"friendsofphp/php-cs-fixer": "^3.16",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10",
Expand Down

0 comments on commit 9a55ee4

Please sign in to comment.