Skip to content

Commit 8ede39b

Browse files
committed
Bump to v1.0.3
1 parent cec29a1 commit 8ede39b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"homepage": "https://github.com/platformatic/php#readme",
3232
"dependencies": {
3333
"@fastify/static": "^8.2.0",
34-
"@platformatic/php-node": "1.0.2",
34+
"@platformatic/php-node": "^1.0.3",
3535
"@platformatic/service": "^2.63.3",
3636
"json-schema-to-typescript": "^15.0.4"
3737
},

test/plugin.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function startStackable (t, docroot = join(import.meta.dirname, './fixture
1212
$schema: '../../schema.json',
1313
module: '../../lib/index.js',
1414
php: {
15-
docroot
15+
docroot
1616
},
1717
port: 0,
1818
server: {
@@ -43,7 +43,7 @@ test('PHP hello world', async t => {
4343
test('post data', async t => {
4444
const server = await startStackable(t)
4545
const res = await server.inject({
46-
url: '/post.php',
46+
url: '/post.php',
4747
method: 'POST',
4848
...formAutoContet({
4949
'foo': 'bar'

0 commit comments

Comments
 (0)