Skip to content

Commit

Permalink
change license to MPL 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed Dec 11, 2024
1 parent 7cf12ce commit afa0ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A few simple functions to format any kind of PHP value or type as human-readable
[![PHP Version](https://img.shields.io/badge/php-8.0%2B-blue.svg)](https://packagist.org/packages/mindplay/readable)
[![Build Status](https://github.com/mindplay-dk/readable/actions/workflows/ci.yml/badge.svg)](https://github.com/mindplay-dk/readable/actions/workflows/ci.yml)
[![Code Coverage](https://scrutinizer-ci.com/g/mindplay-dk/readable/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mindplay-dk/readable/?branch=master)
[![License](https://img.shields.io/badge/license-MPL--2.0-green)](https://opensource.org/license/mpl-2-0)

Mainly, this is intended to help you produce better error-messages:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mindplay/readable",
"type": "library",
"description": "Formats PHP values as human-readable strings",
"license": "MIT",
"license": "MPL-2.0",
"require": {
"php": "^8.0"
},
Expand Down

0 comments on commit afa0ea0

Please sign in to comment.