mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 00:24:03 +00:00
Removes local composer repository. Fixes composer PHP requirements.
This commit is contained in:
parent
63e4a7a279
commit
25decec633
2 changed files with 4319 additions and 5295 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"keywords": ["framework", "laravel"],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.3|^8.0",
|
||||
"php": "^8.0",
|
||||
"archtechx/airwire": "dev-master",
|
||||
"blade-ui-kit/blade-heroicons": "^1.2",
|
||||
"fideloper/proxy": "^4.4",
|
||||
|
|
@ -59,15 +59,6 @@
|
|||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "/Users/samuel/Projects/airwire",
|
||||
"options": {
|
||||
"symlink": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue