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)