We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8d4a9 commit fe372ebCopy full SHA for fe372eb
.circleci/config.yml
@@ -1,7 +1,7 @@
1
-version: 2
+version: 2.1
2
3
jobs:
4
- build_7.3:
+ build_php_version:
5
docker:
6
- image: circleci/php:7.3
7
working_directory: ~/ReadOnlyTraitLaravel
@@ -23,5 +23,5 @@ workflows:
23
version: 2
24
build:
25
26
- - build_7.3
+ - build_php_version
27
- build_latest
composer.json
@@ -1,6 +1,6 @@
{
"name": "michaelachrisco/readonly",
- "description": "Readonly Models for Laravel 5",
+ "description": "Readonly Models for Laravel 5+",
"authors": [
"name": "Michael Chrisco",
0 commit comments