You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor UserService, UserPropertiesRepository, and workflows: enhance field mapping error handling, add type assertions, improve compatibility, and update dependencies and documentation for PHP 8.3+.
Copy file name to clipboardExpand all lines: composer.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "byjg/authuser",
3
-
"description": "A simple and customizable class for enable user authentication inside your application. It is available on XML files and Relational Databases.",
3
+
"description": "A simple and customizable library for user authentication in PHP applications using a clean repository and service layer architecture.",
0 commit comments