Skip to content
Merged
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require": {
"php": ">=7.1",
"jane-php/jane-php": "dev-feature.php83-v2"
"jane-php/jane-php": "dev-nocworx-php83"
},
"require-dev": {
"phpunit/phpunit": "^10.4",
Expand All @@ -20,7 +20,7 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nortoh/janephp"
"url": "https://github.com/nocworx/janephp"
}
],
"suggest": {
Expand Down