File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " atk4/ui" ,
3- "type" : " library" ,
43 "description" : " Agile UI - Web Component Framework written in PHP" ,
4+ "license" : " MIT" ,
5+ "type" : " library" ,
56 "keywords" : [
67 " framework" ,
78 " ui" ,
1516 " grid" ,
1617 " crud"
1718 ],
18- "homepage" : " https://github.com/atk4/ui" ,
1919 "version" : " dev-develop" ,
20- "license" : " MIT" ,
2120 "authors" : [
2221 {
2322 "name" : " Romans Malinovskis" ,
5251 "homepage" : " https://xsystems.io/"
5352 }
5453 ],
54+ "homepage" : " https://github.com/atk4/ui" ,
5555 "require" : {
5656 "php" : " >=7.4 <8.2" ,
5757 "atk4/data" : " dev-develop"
7979 "symfony/css-selector" : " ^4.4.24 || ^5.2.9" ,
8080 "symfony/process" : " ^4.4.30 || ^5.3.7"
8181 },
82- "config" : {
83- "sort-packages" : true
84- },
82+ "minimum-stability" : " dev" ,
83+ "prefer-stable" : true ,
8584 "autoload" : {
8685 "psr-4" : {
8786 "Atk4\\ Ui\\ " : " src/"
9291 "Atk4\\ Ui\\ Tests\\ " : " tests/"
9392 }
9493 },
95- "minimum-stability" : " dev" ,
96- "prefer-stable" : true
94+ "config" : {
95+ "sort-packages" : true
96+ }
9797}
You can’t perform that action at this time.
0 commit comments