Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add testruns for PHP 8.2 and 8.3
bump github actions "actions/checkout@" 2 => 4
bump github actions "docker://oskarstark/phpstan-ga"
  • Loading branch information
Chris8934 committed Jan 26, 2024
commit c65e22e7fad7579cb6eccd8aa0ab1dd345273a1b
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require-dev": {
"cache/integration-tests": "^0.17",
"defuse/php-encryption": "^2.0",
"illuminate/cache": "^5.4 || ^5.5 || ^5.6",
"illuminate/cache": "^5.4",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5.20 || ^9.5.10",
"predis/predis": "^1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter/Illuminate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": ">=7.4",
"cache/adapter-common": "^1.0",
"cache/hierarchical-cache": "^1.0",
"illuminate/cache": "^5.4 || ^5.5 || ^5.6",
"illuminate/cache": "^5.4",
"psr/cache": "^1.0 || ^2.0",
"psr/simple-cache": "^1.0"
},
Expand Down