Skip to content

Commit 5f60a8e

Browse files
committedNov 18, 2024·
Release 0.1.1
1 parent 45f9049 commit 5f60a8e

File tree

79 files changed

+295
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+295
-295
lines changed
 

‎composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
{
33
"name": "ssoready/ssoready",
4-
"version": "0.1.0",
5-
"description": "Ssoready PHP Library",
4+
"version": "0.1.1",
5+
"description": "SSOReady PHP Library",
66
"keywords": [
77
"ssoready",
88
"api",
@@ -21,12 +21,12 @@
2121
},
2222
"autoload": {
2323
"psr-4": {
24-
"Ssoready\\": "src/"
24+
"SSOReady\\": "src/"
2525
}
2626
},
2727
"autoload-dev": {
2828
"psr-4": {
29-
"\\Ssoready\\Tests\\": "tests/"
29+
"\\SSOReady\\Tests\\": "tests/"
3030
}
3131
},
3232
"scripts": {

‎src/Core/Client/BaseApiRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Ssoready\Core\Client;
3+
namespace SSOReady\Core\Client;
44

55
abstract class BaseApiRequest
66
{

0 commit comments

Comments
 (0)
Please sign in to comment.