Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit c6ce486

Browse files
committed
Update email and decouple from personal account
1 parent 7bed4e3 commit c6ce486

Some content is hidden

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

72 files changed

+150
-155
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
3+
Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
1-
# Stub files for [php-v8](https://github.com/pinepain/php-v8) PHP extension
1+
# Stub files for [php-v8](https://github.com/phpv8/php-v8) PHP extension
22

3-
This is a git subtree split of [php-v8](https://github.com/pinepain/php-v8) extension stub files.
3+
This is a git subtree split of [php-v8](https://github.com/phpv8/php-v8) extension stub files.
44

5-
**All issues and pull-requests should be submitted to the original [php-v8](https://github.com/pinepain/php-v8) repository.**
6-
7-
### PLEASE READ:
8-
9-
Maintaining this project takes significant amount of time and efforts.
10-
If you like my work and want to show your appreciation, please consider supporting me at https://www.patreon.com/pinepain.
5+
**All issues and pull-requests should be submitted to the original [php-v8](https://github.com/phpv8/php-v8) repository.**
116

127
## Installation
138

14-
If you are also using Composer, it is recommended that you add the [php-v8-stub](https://github.com/pinepain/php-v8-stubs)
9+
If you are also using Composer, it is recommended that you add the [php-v8-stub](https://github.com/phpv8/php-v8-stubs)
1510
package as a dev-mode requirement. This provides skeleton definitions and annotations to enable support for auto-completion
1611
in your IDE and other code-analysis tools.
1712

18-
composer require --dev pinepain/php-v8-stubs
13+
composer require --dev phpv8/php-v8-stubs
1914

2015

2116
## License
2217

23-
Copyright (c) 2015-2018 Bogdan Padalko &lt;pinepain@gmail.com&gt;
18+
Copyright (c) 2015-2018 Bogdan Padalko &lt;thepinepain@gmail.com&gt;
2419

25-
[php-v8](https://github.com/pinepain/php-v8) PHP extension is licensed under the [MIT license](http://opensource.org/licenses/MIT).
20+
[php-v8](https://github.com/phpv8/php-v8) PHP extension is licensed under the [MIT license](http://opensource.org/licenses/MIT).

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "pinepain/php-v8-stubs",
2+
"name": "phpv8/php-v8-stubs",
33
"type": "library",
4-
"description": "Stub files for pinepain/php-v8 php extension",
4+
"description": "Stub files for phpv8/php-v8 php extension",
55
"keywords": ["dev", "stub", "php-v8", "v8", "js", "javascript"],
6-
"homepage": "https://github.com/pinepain/php-v8-stubs",
6+
"homepage": "https://github.com/phpv8/php-v8-stubs",
77
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Bogdan Padalko",
11-
"email": "pinepain@gmail.com",
11+
"email": "thepinepain@gmail.com",
1212
"homepage": "https://github.com/pinepain"
1313
}
1414
],

src/AccessControl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/AdjustableExternalMemoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/ArrayObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/BooleanObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/BooleanValue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/CallbackInfoInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/ConstructorBehavior.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Context.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/DateObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/ExceptionManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Exceptions/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Exceptions/MemoryLimitException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Exceptions/ResourceLimitException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Exceptions/TerminationException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Exceptions/TimeLimitException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Exceptions/TryCatchException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Exceptions/ValueException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/FunctionCallbackInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/FunctionObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/FunctionTemplate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/HeapStatistics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/IndexFilter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/IndexedPropertyHandlerConfiguration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Int32Value.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/IntegerValue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/IntegrityLevel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

src/Isolate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
/**
4-
* This file is part of the pinepain/php-v8 PHP extension.
4+
* This file is part of the phpv8/php-v8 PHP extension.
55
*
6-
* Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com>
6+
* Copyright (c) 2015-2018 Bogdan Padalko <thepinepain@gmail.com>
77
*
88
* Licensed under the MIT license: http://opensource.org/licenses/MIT
99
*

0 commit comments

Comments
 (0)