Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Niloys7 committed Apr 18, 2023
1 parent a1ab959 commit 755fdb3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@
"email": "[email protected]"
}
],
"prefer-stable": true,
"require": {
"php": "^7.0||^8.0"
"php": ">=7.4"
},

"autoload": {
"classmap": [
"class-remote-notification-client.php"
]
}

}

0 comments on commit 755fdb3

Please sign in to comment.