Skip to content

Commit 6730e37

Browse files
authored
Merge pull request #1 from kim-ln/master
Allow Laravel 9
2 parents bd736a8 + 27fcc01 commit 6730e37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Register the Service Provider:
4040
];
4141
```
4242

43-
Optionally the IntVent\TransIPLaravel\GoogleCalendarFacade can be registered:
43+
Optionally the Facade can be registered:
4444
```php
4545
'aliases' => [
4646
...
@@ -126,4 +126,4 @@ You can sponsor me, Peter Steenbergen also known as Peter Icebear, on [Github sp
126126

127127
## License
128128

129-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
129+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Laravel wrapper for the TransIP REST API Client.",
44
"require": {
55
"php": "^7.2.0|^8.0",
6-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
6+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
77
"transip/transip-api-php": "^6.0"
88
},
99
"license": "MIT",

0 commit comments

Comments
 (0)