Skip to content

Commit

Permalink
Bump version to 2.0.0 and update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Dec 6, 2024
1 parent 18a47c5 commit d740e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jerome/matrix",
"description": "An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.",
"version": "1.0.1",
"version": "2.0.0",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -20,13 +20,13 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^7.0",
"friendsofphp/php-cs-fixer": "^3.64",
"friendsofphp/php-cs-fixer": "^3.65",
"mockery/mockery": "^1.6",
"pestphp/pest": "^3.0",
"php-mock/php-mock": "^2.5",
"php-mock/php-mock-mockery": "^1.4",
"phpstan/phpstan": "^1.11.5",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d740e0f

Please sign in to comment.