Skip to content

Commit a1bcb38

Browse files
update composer.json
1 parent 1327724 commit a1bcb38

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "brushcss/brushcss",
3-
"description": "tuli",
3+
"description": "A PHP-native utility-first CSS engine with JIT compilation, plugin marketplace support, and deep framework integration (Hurricane-ready).",
4+
"keywords": [
5+
"utility-first",
6+
"css",
7+
"JIT",
8+
"dev"
9+
],
410
"type": "library",
511
"license": "MIT",
612
"autoload": {
@@ -23,5 +29,6 @@
2329
"allow-plugins": {
2430
"pestphp/pest-plugin": true
2531
}
26-
}
32+
},
33+
"prefer-stable": true
2734
}

0 commit comments

Comments
 (0)