Skip to content

Commit 0fc4ccd

Browse files
committed
wip
1 parent 38c1aad commit 0fc4ccd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2018 Alt Three Services Limited
4-
Copyright (c) 2019 apilayer GmbH
3+
Copyright (c) 2016-2023 Alt Three Services Limited
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy
76
of this software and associated documentation files (the "Software"), to deal

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cachet Badger
22

3-
A badge generator for Laravel 5 and 6.
3+
A badge generator for Laravel 8.0 and above.
44

55
## Installation
66

@@ -26,9 +26,6 @@ Badger::generate('license', 'MIT', 'blue', 'plastic')
2626
$badger->generate('license', 'MIT', '#ff69b4', 'plastic')
2727
```
2828

29-
![License Blue MIT](https://cdn.rawgit.com/CachetHQ/Badger/master/tests/stubs/license-MIT-blue-plastic.svg)
30-
![License Custom MIT](https://cdn.rawgit.com/CachetHQ/Badger/master/tests/stubs/license-MIT-custom-plastic.svg)
31-
3229
## Usage
3330

3431
The generate method takes four parameters:

0 commit comments

Comments
 (0)