Skip to content

Commit

Permalink
chore: update dependencies for compatibility with PHP 8.3 (#4)
Browse files Browse the repository at this point in the history
* chore: update dependencies for compatibility with PHP 8.3

* fix: PHP 8.1 is minimal version for newest dependencies version
  • Loading branch information
ahonymous authored Aug 27, 2024
1 parent adc71c3 commit 0c349e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1]
php: [8.1, 8.2, 8.3]

steps:
- name: Checkout code
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"require": {
"roave/better-reflection": "^5.0",
"roave/better-reflection": "^6.0",
"symfony/console": ">3.0",
"nategood/httpful": "^0.3.2",
"spatie/emoji": "^2.1"
"nategood/httpful": "^1.0",
"spatie/emoji": "^4.1"
},
"name": "testomatio/list-tests",
"description":"Tests preview & import for PHPUnit & Codeception tests",
Expand All @@ -25,7 +25,7 @@
}
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/codeception": "^4.2",
"codeception/module-asserts": "^1.0.0",
"codeception/module-cli": "^1.0",
"codeception/module-filesystem": "^1.0",
Expand Down

0 comments on commit 0c349e4

Please sign in to comment.