From 3afac47e23ea3630dab36130074d2db64ff47349 Mon Sep 17 00:00:00 2001 From: Marcel Hernandez Date: Sun, 24 Sep 2023 20:31:43 +0200 Subject: [PATCH] cleanup --- .gitattributes | 12 +++++------- LICENSE | 2 +- README.md | 5 +++-- phpunit.xml | 15 ++++++--------- 4 files changed, 15 insertions(+), 19 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2b9d419..e9c9c0e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,10 @@ -/benchmarks export-ignore -/doc export-ignore -/tests export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore +/.php-cs-fixer.php export-ignore /.scrutinizer.yml export-ignore -/.travis.yml export-ignore -/CHANGELOG.md export-ignore -/phpbench.json.dist export-ignore +/benchmarks export-ignore +/doc export-ignore +/phpbench.json export-ignore /phpunit.xml export-ignore -/README.md export-ignore +/tests export-ignore diff --git a/LICENSE b/LICENSE index de4681b..f396468 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2021 Marcel Hernandez +Copyright (c) 2017-2023 Marcel Hernandez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 92547e1..f3363e6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # uuid -![.github/workflows/phpunit.yml](https://github.com/1ma/uuid/workflows/.github/workflows/phpunit.yml/badge.svg) [![Code Coverage](https://scrutinizer-ci.com/g/1ma/uuid/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/1ma/uuid/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/1ma/uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/1ma/uuid/?branch=master) +[![CI](https://github.com/1ma/uuid/actions/workflows/ci.yml/badge.svg)](https://github.com/1ma/uuid/actions/workflows/ci.yml) +[![Code Coverage](https://scrutinizer-ci.com/g/1ma/uuid/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/1ma/uuid/?branch=master) -A SOLID and lightweight implementation of the UUID spec for PHP +7.3 +A SOLID and lightweight implementation of the UUID spec for PHP +8.2 ![project overview](doc/class-diagram.png) diff --git a/phpunit.xml b/phpunit.xml index c0aa332..256ffb6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,15 +1,12 @@ @@ -17,6 +14,12 @@ + + + src + + + @@ -24,10 +27,4 @@ - - - - src - -