Skip to content

Commit

Permalink
Laravel 10 & PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tzurbaev committed Jul 19, 2023
1 parent 1e22453 commit f04b5e2
Show file tree
Hide file tree
Showing 4 changed files with 822 additions and 1,211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0]
php: [8.2]

name: PHP${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2020 tzurbaev
Copyright (c) 2017-2023 tzurbaev

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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0",
"php": "^8.2",
"illuminate/support": "^10.0",
"sabre/xml": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.0",
"friendsofphp/php-cs-fixer": "^3.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit f04b5e2

Please sign in to comment.