Skip to content

Commit f431cf8

Browse files
committed
Actualización Laravel 7
1 parent c16b4a5 commit f431cf8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
],
1919
"require": {
2020
"php": "^7.1",
21-
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
22-
"illuminate/filesystem": "5.6.*|5.7.*|5.8.*|^6.0",
23-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
21+
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
22+
"illuminate/filesystem": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
23+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
2424
"laravel/ui": "1.*|^2.1|^3.0"
2525
},
2626
"autoload": {
@@ -35,4 +35,4 @@
3535
]
3636
}
3737
}
38-
}
38+
}

src/.DS_Store

0 Bytes
Binary file not shown.

src/stubs/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)