Skip to content

Commit 9a1646d

Browse files
authored
Merge pull request #20 from pacerit/develop
Release 8.0.0
2 parents 4a94744 + f9fb2bf commit 9a1646d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v.8.0.0
3+
- update dependencies, to work with Laravel version 12.x
4+
## v.7.0.0
5+
- update dependencies, to work with Laravel version 11.x
6+
- update README.md file
7+
- migrate from TravisCI to CircleCI
28
## v.6.0.0
39
- update dependencies for Laravel 10.x.x compatibility (thanks krzysztofrewak!)
410
## v.5.1.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Framework | Package | Note
2828
9.x.x | ^5.x.x |
2929
10.x.x | ^6.x.x |
3030
11.x.x | ^7.x.x |
31+
12.x.x | ^8.x.x |
3132

3233
## Rules
3334

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": "^8.2",
15-
"illuminate/support": "^11.0",
15+
"illuminate/support": "^12.0",
1616
"ext-calendar": "*"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^11.0",
20-
"orchestra/testbench": "^9.0"
20+
"orchestra/testbench": "^10.0"
2121
},
2222
"license": "MIT",
2323
"authors": [

0 commit comments

Comments
 (0)