Skip to content

Commit d7ab737

Browse files
author
Nicolas Utzinger
committed
updated nativephp to 1.0.0-beta1
1 parent 9a3e898 commit d7ab737

File tree

2 files changed

+752
-508
lines changed

2 files changed

+752
-508
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "laravel/laravel",
3-
"type": "project",
2+
"name": "NativePHP Boilerplate",
3+
"type": "boilerplate",
44
"description": "The skeleton application for the Laravel framework.",
55
"keywords": ["laravel", "framework"],
66
"license": "MIT",
77
"require": {
88
"php": "^8.2",
9-
"laravel/framework": "^11.30.0",
10-
"laravel/tinker": "^2.10",
11-
"nativephp/electron": "^0.8"
9+
"laravel/framework": "^11.41.3",
10+
"laravel/tinker": "^2.10.1",
11+
"nativephp/electron": "^1.0.0"
1212
},
1313
"require-dev": {
14-
"fakerphp/faker": "^1.23.1",
15-
"laravel/pint": "^1.18.1",
16-
"laravel/sail": "^1.37.1",
14+
"fakerphp/faker": "^1.24.1",
15+
"laravel/pint": "^1.20.0",
16+
"laravel/sail": "^1.41.0",
1717
"mockery/mockery": "^1.6.12",
18-
"nunomaduro/collision": "^8.5.0",
19-
"phpunit/phpunit": "^11.4.3",
20-
"spatie/laravel-ignition": "^2.8.0"
18+
"nunomaduro/collision": "^8.6.1",
19+
"phpunit/phpunit": "^11.5.6",
20+
"spatie/laravel-ignition": "^2.9.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -62,6 +62,6 @@
6262
"php-http/discovery": true
6363
}
6464
},
65-
"minimum-stability": "stable",
65+
"minimum-stability": "dev",
6666
"prefer-stable": true
6767
}

0 commit comments

Comments
 (0)