Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Sep 24, 2023
1 parent cd62084 commit d1ddd6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit d1ddd6d

Please sign in to comment.