Skip to content

Commit 0d357ce

Browse files
authored
Merge pull request #24 from jeremykenedy/laravel-10
laravel 10 updates
2 parents 6bc12f6 + 2cfcf1f commit 0d357ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dist: trusty
44
group: edge
55

66
php:
7-
- 7.3
8-
- 7.4
7+
- 8.2
8+
- 8.3
99

1010
sudo: false
1111

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 jeremykenedy
3+
Copyright (c) 2020 - 2023 jeremykenedy
44

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.3|^8.0",
23-
"eklundkristoffer/seedster": "^5.0",
24-
"laravelcollective/html": "^6.2"
22+
"php": "^7.3|^8.0|^8.1|^8.2",
23+
"eklundkristoffer/seedster": "^7.0",
24+
"laravelcollective/html": "^6.4"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)