Skip to content

Commit 0bf50e0

Browse files
authored
Add php8.5 (#13)
1 parent 7bffb6b commit 0bf50e0

10 files changed

Lines changed: 3111 additions & 1781 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tryphp",
33
"description": "Effortlessly set up PHP on Linux with a simple curl command",
44
"type": "module",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",
@@ -12,17 +12,17 @@
1212
"format": "prettier . --write"
1313
},
1414
"dependencies": {
15-
"@astrojs/check": "^0.9.6",
16-
"@astrojs/sitemap": "^3.7.0",
15+
"@astrojs/check": "^0.9.7",
16+
"@astrojs/sitemap": "^3.7.1",
1717
"@astrojs/tailwind": "^6.0.2",
18-
"astro": "^5.16.11",
19-
"astro-seo-meta": "^5.2.0",
20-
"astro-seo-schema": "^5.1.0",
18+
"astro": "^6.0.4",
19+
"astro-seo-meta": "^6.0.0",
20+
"astro-seo-schema": "^6.0.0",
2121
"tailwindcss": "^3.4.19",
2222
"typescript": "^5.9.3"
2323
},
2424
"devDependencies": {
25-
"prettier": "^3.8.0",
25+
"prettier": "^3.8.1",
2626
"prettier-plugin-astro": "^0.14.1"
2727
}
2828
}

0 commit comments

Comments
 (0)