Browse Source

Update correct version of simple crud generator

pull/49/head
Nafies Luthfi 6 years ago
parent
commit
3f95f5e8e3
  1. 2
      composer.json
  2. 41
      composer.lock

2
composer.json

@ -19,7 +19,7 @@
"barryvdh/laravel-debugbar": "^3.1", "barryvdh/laravel-debugbar": "^3.1",
"fzaninotto/faker": "^1.4", "fzaninotto/faker": "^1.4",
"johnkary/phpunit-speedtrap": "^3.0", "johnkary/phpunit-speedtrap": "^3.0",
"luthfi/simple-crud-generator": "dev-master",
"luthfi/simple-crud-generator": "^1.2",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^7.0"
}, },

41
composer.lock

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8ed0147983f1923abcdd013b0bf34a2e",
"content-hash": "f997ada5dc55681a6e1b4477c1996b2b",
"packages": [ "packages": [
{ {
"name": "backup-manager/backup-manager", "name": "backup-manager/backup-manager",
@ -1366,7 +1366,7 @@
"Psr\\SimpleCache\\": "src/" "Psr\\SimpleCache\\": "src/"
} }
}, },
"notification-url": "http://87.98.253.214/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -1562,9 +1562,9 @@
"authors": [ "authors": [
{ {
"name": "Freek Van der Herten", "name": "Freek Van der Herten",
"role": "Developer",
"email": "freek@spatie.be", "email": "freek@spatie.be",
"homepage": "https://spatie.be"
"homepage": "https://spatie.be",
"role": "Developer"
} }
], ],
"description": "A developer friendly wrapper around Fractal", "description": "A developer friendly wrapper around Fractal",
@ -3438,7 +3438,7 @@
"Laravel\\BrowserKitTesting\\": "src/" "Laravel\\BrowserKitTesting\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://repo.packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -3457,25 +3457,25 @@
}, },
{ {
"name": "luthfi/simple-crud-generator", "name": "luthfi/simple-crud-generator",
"version": "dev-master",
"version": "1.2.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nafiesl/SimpleCrudGenerator.git", "url": "https://github.com/nafiesl/SimpleCrudGenerator.git",
"reference": "dcc40ee96117aa046f744a2946db5649c11353a0"
"reference": "2074cb9832abeafcfb65c49130fe80e21924d203"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nafiesl/SimpleCrudGenerator/zipball/dcc40ee96117aa046f744a2946db5649c11353a0",
"reference": "dcc40ee96117aa046f744a2946db5649c11353a0",
"url": "https://api.github.com/repos/nafiesl/SimpleCrudGenerator/zipball/2074cb9832abeafcfb65c49130fe80e21924d203",
"reference": "2074cb9832abeafcfb65c49130fe80e21924d203",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "5.8.*||^6.0",
"laravel/browser-kit-testing": "^5.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"laravel/browser-kit-testing": "2.0.x-dev || ^4.0 || ^5.0",
"php": ">=7.0.0" "php": ">=7.0.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "~3.0"
"orchestra/testbench": ">=3.0 <3.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -3490,7 +3490,7 @@
"Luthfi\\CrudGenerator\\": "src/" "Luthfi\\CrudGenerator\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://repo.packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -3509,7 +3509,7 @@
"tdd-workflow", "tdd-workflow",
"testing" "testing"
], ],
"time": "2019-09-28T14:43:23+00:00"
"time": "2019-09-29T02:53:54+00:00"
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
@ -4192,8 +4192,8 @@
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"role": "lead",
"email": "sebastian@phpunit.de"
"email": "sebastian@phpunit.de",
"role": "lead"
} }
], ],
"description": "Utility class for timing", "description": "Utility class for timing",
@ -4945,7 +4945,7 @@
"/Tests/" "/Tests/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://repo.packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -4996,8 +4996,8 @@
"authors": [ "authors": [
{ {
"name": "Arne Blankerts", "name": "Arne Blankerts",
"role": "Developer",
"email": "arne@blankerts.de"
"email": "arne@blankerts.de",
"role": "Developer"
} }
], ],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
@ -5057,8 +5057,7 @@
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"backup-manager/laravel": 20,
"luthfi/simple-crud-generator": 20
"backup-manager/laravel": 20
}, },
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,

Loading…
Cancel
Save