Skip to content

Commit

Permalink
Upgraded PHP and library
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry V. Romanov committed Sep 13, 2024
1 parent 44f4732 commit 70a4333
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea/
/vendor/

/composer.lock
/composer.lock
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Dmitry V. Romanov
Copyright (c) 2021-2024 Dmitry V. Romanov

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
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
],
"require": {
"php": "^8.0"
"php": "^8.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0"
"phpunit/phpunit": "^11.3"
},
"autoload": {
"files": [
Expand All @@ -27,6 +27,9 @@
"Tests\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
Expand Down

0 comments on commit 70a4333

Please sign in to comment.