Skip to content

Commit b1a12ed

Browse files
committed
Update all the examples
1 parent 335a994 commit b1a12ed

4 files changed

Lines changed: 20 additions & 5 deletions

File tree

examples/batch-example/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313
"license": "Apache-2.0",
1414
"require": {
1515
"php": ">=7.4",
16-
"ironcorelabs/tenant-security-client-php": "^0.2.2"
16+
"ironcorelabs/tenant-security-client-php": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
2020
"IronCore\\": "src/"
2121
}
22+
},
23+
"config": {
24+
"audit": {
25+
"block-insecure": false
26+
}
2227
}
2328
}

examples/logging-example/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "Apache-2.0",
1414
"require": {
1515
"php": ">=7.4",
16-
"ironcorelabs/tenant-security-client-php": "^0.2.2"
16+
"ironcorelabs/tenant-security-client-php": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

examples/rekey-example/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313
"license": "Apache-2.0",
1414
"require": {
1515
"php": ">=7.4",
16-
"ironcorelabs/tenant-security-client-php": "^0.2.1"
16+
"ironcorelabs/tenant-security-client-php": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
2020
"IronCore\\": "src/"
2121
}
22+
},
23+
"config": {
24+
"audit": {
25+
"block-insecure": false
26+
}
2227
}
2328
}

examples/simple-example/composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313
"license": "Apache-2.0",
1414
"require": {
1515
"php": ">=7.4",
16-
"ironcorelabs/tenant-security-client-php": "^0.2.0"
16+
"ironcorelabs/tenant-security-client-php": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
2020
"IronCore\\": "src/"
2121
}
22+
},
23+
"config": {
24+
"audit": {
25+
"block-insecure": false
26+
}
2227
}
23-
}
28+
}

0 commit comments

Comments
 (0)