We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa741d commit e5a911dCopy full SHA for e5a911d
2 files changed
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "evilgazz/phpgologin",
+ "name": "olegopro/phpgologin",
3
"autoload": {
4
"psr-4": {
5
"App\\": "./"
gologin-selenium.php
@@ -14,7 +14,7 @@
14
15
$gl = new GoLogin([
16
'token' => $_ENV['TOKEN'],
17
- 'profile_id' => 'yU0Pr0f1leiD',
+ 'profile_id' => '631344e888a97d127e972f71',
18
'port' => GoLogin::getRandomPort()
19
//'tmpdir' => __DIR__ . '/temp',
20
]);
0 commit comments